Skip to content

Commit

Permalink
Back out changeset 72c0c955cf53 (no bug) now that bug 939610 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaron committed Feb 24, 2014
1 parent 91839ef commit 0026a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rb/fix-linux-stack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ ($)
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;
Expand Down

0 comments on commit 0026a0f

Please sign in to comment.