From 76da780220c498f81d57d4955cb82cfd32f0dbf4 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 3 Dec 2008 20:49:25 +0000 Subject: fix size of 0 issue --- ot_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_stats.c') diff --git a/ot_stats.c b/ot_stats.c index f31324c..f456d46 100644 --- a/ot_stats.c +++ b/ot_stats.c @@ -472,7 +472,7 @@ static size_t stats_return_sync_mrtg( char * reply ) return sprintf( reply, "%llu\n%llu\n%i seconds (%i hours)\nopentracker connections, %lu conns/s :: %lu success/s.", ot_overall_sync_count, - 0, + 0LL, (int)t, (int)(t / 3600), events_per_time( ot_overall_tcp_connections+ot_overall_udp_connections, t ), -- cgit v1.2.3