gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33025 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r33025 - gnunet/src/mesh
Date: Thu, 10 Apr 2014 15:05:53 +0200

Author: bartpolot
Date: 2014-04-10 15:05:53 +0200 (Thu, 10 Apr 2014)
New Revision: 33025

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
Log:
- log

Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-04-10 12:35:20 UTC 
(rev 33024)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-04-10 13:05:53 UTC 
(rev 33025)
@@ -3111,7 +3111,8 @@
   {
     static char buf[128];
 
-    sprintf (buf, "%s (->%s)", GNUNET_h2s (GM_h2hc (GMC_get_id(c))), GMT_2s 
(c->t));
+    sprintf (buf, "%s (->%s)",
+             GNUNET_h2s (GM_h2hc (GMC_get_id (c))), GMT_2s (c->t));
     return buf;
   }
   return GNUNET_h2s (GM_h2hc (&c->id));




reply via email to

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