Bugfix by Joren

This commit is contained in:
Ben Gras 2005-10-18 11:00:03 +00:00
parent 4be59c3e03
commit 742f18a87c

View File

@ -246,7 +246,7 @@ ccl:
p++; p++;
} }
p++; p++;
if (found == negate) if (found == negate || c == 0)
goto bad; goto bad;
break; break;
case RE_LP: case RE_LP: