]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* compare SIZEOF_SIZE_T with SIZEOF_LONG rather than a digit. Thanks IG
[citadel.git] / 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"