Explorar o código

Add %lld compat defines.

Mike Perry %!s(int64=16) %!d(string=hai) anos
pai
achega
95aad71678
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/common/compat.h

+ 2 - 0
src/common/compat.h

@@ -206,8 +206,10 @@ size_t strlcpy(char *dst, const char *src, size_t siz) ATTR_NONNULL((1,2));
 /** The formatting string used to put a uint64_t value in a printf() or
  * scanf() function.  See also U64_PRINTF_ARG and U64_SCANF_ARG. */
 #define U64_FORMAT "%I64u"
+#define I64_FORMAT "%I64d"
 #else
 #define U64_FORMAT "%llu"
+#define I64_FORMAT "%lld"
 #endif
 
 /** Represents an mmaped file. Allocated via tor_mmap_file; freed with