Update line 171 to remove "%s" to populate the result string.

This commit is contained in:
lynnchin
2012-02-01 19:13:59 +11:00
parent e081dbf127
commit 8cb7c05c88
+1 -1
View File
@@ -170,7 +170,7 @@ var CPCompoundPredicateType;
switch (_type)
{
case CPNotPredicateType: result += "NOT %s" + [args objectAtIndex:0];
case CPNotPredicateType: result += "NOT " + [args objectAtIndex:0];
break;
case CPAndPredicateType: result += [args objectAtIndex:0];