Commit 19e28b37 authored by Alfranio Correia's avatar Alfranio Correia

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

parents 10215205 f59e76e2
......@@ -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";
}
......
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