gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24975 - gnunet/src/transport
Date: Thu, 15 Nov 2012 11:09:42 +0100

Author: wachs
Date: 2012-11-15 11:09:42 +0100 (Thu, 15 Nov 2012)
New Revision: 24975

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
- fix for mantis 2639

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-11-15 09:58:33 UTC (rev 
24974)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-11-15 10:09:42 UTC (rev 
24975)
@@ -985,7 +985,7 @@
   {
     GNUNET_STATISTICS_update (plugin->env->stats,
                               "# UDP, total, bytes in buffers",
-                              -udpw->msg_size, GNUNET_NO);
+                              (long long) -udpw->msg_size, GNUNET_NO);
     plugin->bytes_in_buffer -= udpw->msg_size;
   }
   GNUNET_STATISTICS_update (plugin->env->stats,




reply via email to

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