Fix introduced bug by coverity fix attempt
authorNelson Ferreira <nelson.ferreira@ieee.org>
Tue, 6 Mar 2012 13:25:08 +0000 (08:25 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Tue, 6 Mar 2012 13:25:08 +0000 (08:25 -0500)
commit67d4837947349612fb868f3afafd9e03f61ad67a
tree8039f6857f7ebca3662ed4628c1b51734c03be7c
parentc9752ce45c912e4765e7aee9a9f58abdb712e96e
Fix introduced bug by coverity fix attempt

* src/search.c (boyer_moore): User REGEXP_FASTMAP_MASK for the
bit-and instead of the REGEXP_FASTMAP_SIZE (which is clearly
wrong).

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
src/search.c