r12006@catbus: nickm | 2007-02-28 16:06:24 -0500
commite2b1a77c3e03a8a8142dc033f74d9ba9f394f8ed
authorNick Mathewson <nickm@torproject.org>
Wed, 28 Feb 2007 21:07:19 +0000 (28 21:07 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Feb 2007 21:07:19 +0000 (28 21:07 +0000)
tree0a392bf000431c3bc1165be3bf5962485fa271b9
parentb78f67dbf5964d5c8f9d67d0f40fc999fbee150c
 r12006@catbus:  nickm | 2007-02-28 16:06:24 -0500
 On mingw, use "%I64u" to printf/scanf 64-bit integers, instead of the usual GCC "%llu".  This prevents a bug when saving 64-bit int configuration values on mingw; the high-order 32 bits would get truncated.  If the value was then reloaded, disaster would occur. (Fixes bug 400 and maybe also bug 397.)  Backport candidate.

svn:r9691
ChangeLog
src/common/compat.h