Ticket #2795: hex search: can't find 00 (zeroes) in patterns.
commit13398647ed1b933fae9bc3b7a5499589b4ada038
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 29 Apr 2012 12:01:55 +0000 (29 16:01 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Mon, 11 Jun 2012 11:59:45 +0000 (11 15:59 +0400)
treecd5c8cf7cda8aa10fd4a194aa794b2df1167bdb3
parent0646ab645752c8314d03c582478afabb6dc59913
Ticket #2795: hex search: can't find 00 (zeroes) in patterns.

Don't interpret the '0' character as end of search pattern.
Use pattern length for that.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/filehighlight/ini-file-read.c
lib/search/regex.c