1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

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";
}