This commit is contained in:
oldman 2016-01-26 05:49:18 +00:00
commit 3c85b88007

View File

@ -793,7 +793,7 @@ def checkFalsePositives(injection):
retVal = None
break
elif checkBooleanExpression("%d %d" % (randInt3, randInt2)):
elif not checkBooleanExpression("%d %d" % (randInt3, randInt2)):
retVal = None
break