Files
tor/src/common
Nick Mathewson eb10d441b6 Fix 64-bit printf issues in consensus-bw-weights5-merge.
For my 64-bit Linux system running with GCC 4.4.3-fc12-whatever, you
can't do 'printf("%lld", (int64_t)x);' Instead you need to tell the
compiler 'printf("%lld", (long long int)x);' or else it doesn't
believe the types match.  This is why we added U64_PRINTF_ARG; it
looks like we needed an I64_PRINTF_ARG too.
2010-02-25 16:22:40 -05:00
..
2009-05-04 11:28:27 -04:00
2009-12-15 13:20:02 -05:00
2009-12-15 17:11:40 -05:00
2009-10-27 04:31:23 +01:00
2009-05-27 18:12:18 -04:00
2009-12-12 03:29:44 +01:00
2009-05-04 11:28:27 -04:00
2009-05-04 11:28:27 -04:00
2009-05-04 11:28:27 -04:00
2010-02-21 17:18:42 -05:00
2009-11-05 18:13:08 -05:00