Replace the "o" modifier to the pattern match, lost in previous revision.

This commit is contained in:
Gavin Atkinson 2014-09-28 11:31:25 +00:00
parent ce7754f8f4
commit 66473ad4eb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45687

View file

@ -240,7 +240,7 @@ sub readindex {
};
while (<C>) {
next if $query && !/$query/i;
next if $query && !/$query/oi;
chop;
@tmp = split(/\|/);