gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19431 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r19431 - gnunet/src/transport
Date: Thu, 26 Jan 2012 14:10:13 +0100

Author: grothoff
Date: 2012-01-26 14:10:13 +0100 (Thu, 26 Jan 2012)
New Revision: 19431

Modified:
   gnunet/src/transport/plugin_transport_wlan.c
Log:
-clarify

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2012-01-26 13:07:25 UTC 
(rev 19430)
+++ gnunet/src/transport/plugin_transport_wlan.c        2012-01-26 13:10:13 UTC 
(rev 19431)
@@ -739,7 +739,7 @@
       else
         t += sprintf (t, "  ");
 
-      t += sprintf (t, j % 2 ? " " : "-");
+      t += sprintf (t, (j % 2) ? " " : "-");
     }
 
     t += sprintf (t, "  ");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]