[or-cvs] and a nearby define
arma at seul.org
arma at seul.org
Sat Jul 23 02:19:45 UTC 2005
Update of /home2/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/cvs/tor/src/common
Modified Files:
compat.h
Log Message:
and a nearby define
Index: compat.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/compat.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- compat.h 23 Jul 2005 02:12:40 -0000 1.32
+++ compat.h 23 Jul 2005 02:19:43 -0000 1.33
@@ -78,7 +78,7 @@
#define U64_LITERAL(n) (n ## ui64)
#else
#define U64_PRINTF_ARG(a) ((long long unsigned int)(a))
-#define U64_SCANF_ARG(a) ((long long unsigned int*)a)
+#define U64_SCANF_ARG(a) ((long long unsigned int*)(a))
#define U64_FORMAT "%llu"
#define U64_LITERAL(n) (n ## llu)
#endif
More information about the tor-commits
mailing list