Explorar o código

Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2

Nick Mathewson %!s(int64=13) %!d(string=hai) anos
pai
achega
2c04c506a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/torint.h

+ 1 - 1
src/common/torint.h

@@ -115,7 +115,7 @@ typedef unsigned int uint32_t;
 #define UINT32_MAX 0xffffffffu
 #endif
 #ifndef INT32_MAX
-#define INT32_MAX 0x7fffffffu
+#define INT32_MAX 0x7fffffff
 #endif
 #ifndef INT32_MIN
 #define INT32_MIN (-2147483647-1)