-clarify
authorChristian Grothoff <christian@grothoff.org>
Thu, 26 Jan 2012 13:10:13 +0000 (13:10 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 26 Jan 2012 13:10:13 +0000 (13:10 +0000)
src/transport/plugin_transport_wlan.c

index 5ac44c2f2c6c059b792c39aad775c230fe37cf97..60389bd71fdb2eb6199bc6a7dc53126be98b7967 100644 (file)
@@ -739,7 +739,7 @@ hexdump (const void *mem, unsigned length)
       else
         t += sprintf (t, "  ");
 
-      t += sprintf (t, j % 2 ? " " : "-");
+      t += sprintf (t, (j % 2) ? " " : "-");
     }
 
     t += sprintf (t, "  ");