Replace the "o" modifier to the pattern match, lost in previous revision.
This commit is contained in:
parent
ce7754f8f4
commit
66473ad4eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45687
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ sub readindex {
|
|||
};
|
||||
|
||||
while (<C>) {
|
||||
next if $query && !/$query/i;
|
||||
next if $query && !/$query/oi;
|
||||
chop;
|
||||
|
||||
@tmp = split(/\|/);
|
||||
|
|
Loading…
Reference in a new issue