summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ipptool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipptool.c b/test/ipptool.c
index bf4af105e..6d46da162 100644
--- a/test/ipptool.c
+++ b/test/ipptool.c
@@ -5802,7 +5802,7 @@ with_value(FILE *outfile, /* I - Output file */
case IPP_TAG_BOOLEAN :
for (i = 0; i < attr->num_values; i ++)
{
- if (!strcmp(value, "true") == attr->values[i].boolean)
+ if ((!strcmp(value, "true")) == attr->values[i].boolean)
{
if (!matchbuf[0])
strlcpy(matchbuf, value, matchlen);