Commit db78d337 authored by Alfranio Correia's avatar Alfranio Correia

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

parents 88063f4d 0d057233
...@@ -354,7 +354,7 @@ sub mtr_print_line () { ...@@ -354,7 +354,7 @@ sub mtr_print_line () {
sub mtr_print_thick_line { sub mtr_print_thick_line {
my $char= shift || '='; my $char= shift || '=';
print $char x 60, "\n"; print $char x 78, "\n";
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment