* compare SIZEOF_SIZE_T with SIZEOF_LONG rather than a digit. Thanks IG
authorWilfried Göesgens <willi@citadel.org>
Wed, 12 Sep 2007 18:52:20 +0000 (18:52 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 12 Sep 2007 18:52:20 +0000 (18:52 +0000)
citadel/sysdep_decls.h

index b880d09ac4e617db2e9a0e8d78bfbd69858e2a56..17cb5b63f132684463cc25b7856ebc411e39e60f 100644 (file)
@@ -15,7 +15,7 @@
 #include "sysdep.h"
 #include "server.h"
 
-#if SIZEOF_SIZE_T == 8
+#if SIZEOF_SIZE_T == SIZEOF_LONG
 #define SIZE_T_FMT "%ld"
 #else 
 #define SIZE_T_FMT "%d"