From 6a3328d13dcadae5254bb3eb17c2ea2e184c84fc Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 15 Nov 2012 10:09:42 +0000 Subject: - fix for mantis 2639 --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index c4ea37ee2..2e08d1a27 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -985,7 +985,7 @@ dequeue (struct Plugin *plugin, struct UDP_MessageWrapper * udpw) { 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, -- cgit v1.2.3