mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
Merge PB2 MTR2 comment integration fix, from 5.1-rpl-merge tree.
This commit is contained in:
commit
db78d337b5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue