diff options
author | megamage <none@none> | 2008-11-18 19:43:03 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-18 19:43:03 -0600 |
commit | 8d09c298fd533f92f827d23e01b181a699a2b6bf (patch) | |
tree | 468560faa87ef7ab20a7ff3fee45a13f80b5d07d /src | |
parent | ea68727d27e699200236b3b7ecbe36b7f7061cfc (diff) | |
parent | 9c980db3947d197ca073beeb2cc34b9b5e06874d (diff) |
*Merge with 258. Warning: this rev may be unstable!
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index d5c2eedfc5c..9bf44b78f16 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -146,7 +146,7 @@ #define stricmp strcasecmp #define strnicmp strncasecmp #define I64FMT "%016llX" -#define I64FMTD "%I64u" +#define I64FMTD "%llu" #define SI64FMTD "%lld" #endif |