From: Karsten Loesing Date: Thu, 16 Jul 2009 20:29:55 +0000 (+0200) Subject: Make exit stats compile on 64-bit machines, too. X-Git-Tag: tor-0.2.2.1-alpha~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71bbdc69a56b4f1cd88816fa08c4ef8c6445a1b;p=thirdparty%2Ftor.git Make exit stats compile on 64-bit machines, too. --- diff --git a/src/or/rephist.c b/src/or/rephist.c index 6a716d376b..c0b9ae14a4 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -1418,7 +1418,7 @@ write_exit_stats(time_t when) EXIT_STATS_ROUND_UP_BYTES); other_bytes /= 1024; if (fprintf(out, "%sother="U64_FORMAT"\n", - comma ? "," : "", other_bytes)<0) + comma ? "," : "", U64_PRINTF_ARG(other_bytes))<0) goto done; } /* streams-opened port=num,.. */