Merge PB2 MTR2 comment integration fix, from 5.1-rpl-merge tree.

This commit is contained in:
Alfranio Correia 2009-02-01 19:15:58 +00:00
commit db78d337b5

View file

@ -354,7 +354,7 @@ sub mtr_print_line () {
sub mtr_print_thick_line {
my $char= shift || '=';
print $char x 60, "\n";
print $char x 78, "\n";
}