]> arthur.barton.de Git - ngircd-alex.git/commit
Fix MatchCaseInsensitive[List]](): lowercase string _and_ pattern
authorAlexander Barton <alex@barton.de>
Wed, 13 May 2015 21:47:53 +0000 (23:47 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 13 May 2015 21:47:53 +0000 (23:47 +0200)
commitc4245220deefc91ebcc41f264ec6e4dd7993f35b
tree0eacbc989457296a700b83dcbcb2a7783583c1fb
parentf8f7f83f5a2228bb9deeb8324be015cd76b84ced
Fix MatchCaseInsensitive[List]](): lowercase string _and_ pattern

Up to now, only the the string ("haystack") became lowercased and was
the compared to the pattern ("needle") -- which failed, when the pattern
itself wasn't all lowercase ...
src/ngircd/match.c