mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 18587 LXR Filters out quoted zeros.
r=lpsolit
This commit is contained in:
parent
691d0d7966
commit
748a2f6083
@ -1,4 +1,4 @@
|
||||
# $Id: SimpleParse.pm,v 1.1 1998/06/11 23:56:20 jwz Exp $
|
||||
# $Id: SimpleParse.pm,v 1.2 2005/12/04 14:40:04 timeless%mozdev.org Exp $
|
||||
|
||||
use strict;
|
||||
|
||||
@ -77,7 +77,7 @@ sub nextfrag {
|
||||
|
||||
last if $#frags < 0;
|
||||
|
||||
unless ($frags[0]) {
|
||||
unless (length $frags[0]) {
|
||||
shift(@frags);
|
||||
|
||||
} elsif (defined($frag)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user