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++;
if (found == negate)
if (found == negate || c == 0)
goto bad;
break;
case RE_LP: