Bugfix by Joren

This commit is contained in:
Ben Gras 2005-10-18 19:30:45 +00:00
parent a4a88aa585
commit b187c96cc4

View File

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