Back out changeset 72c0c955cf53 (no bug) now that bug 939610 is fixed.

This commit is contained in:
L. David Baron 2014-02-24 15:27:53 -08:00
parent 378effc7fa
commit fbe4a24ac9

View File

@ -223,7 +223,7 @@ $SIG{PIPE} = 'IGNORE';
select STDOUT; $| = 1; # make STDOUT unbuffered
while (<>) {
my $line = $_;
if ($line =~ /^([ \|0-9-]*)(.*) ?\[([^ ]*) \+(0x[0-9A-Fa-f]{1,8})\](.*)$/) {
if ($line =~ /^([ \|0-9-]*)(.*) ?\[([^ ]*) \+(0x[0-9A-F]{1,8})\](.*)$/) {
my $before = $1; # allow preservation of balance trees
my $badsymbol = $2;
my $file = $3;