-fix the fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 15 Nov 2012 11:52:39 +0000 (11:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 15 Nov 2012 11:52:39 +0000 (11:52 +0000)
src/transport/plugin_transport_udp.c

index 2e08d1a2770a70e9155ed43e108df541934a311e..48ae61230fa9a6941d2a9dd68f30a0a1f84a8145 100644 (file)
@@ -985,7 +985,7 @@ dequeue (struct Plugin *plugin, struct UDP_MessageWrapper * udpw)
   {
     GNUNET_STATISTICS_update (plugin->env->stats,
                               "# UDP, total, bytes in buffers",
-                              (long long) -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,