diff options
author | w12x <none@none> | 2008-11-18 23:29:56 +0100 |
---|---|---|
committer | w12x <none@none> | 2008-11-18 23:29:56 +0100 |
commit | 9c980db3947d197ca073beeb2cc34b9b5e06874d (patch) | |
tree | 2c1827c36007cc5c90dccb8b09d21f6ff6ba31c4 /src/shared/Common.h | |
parent | 78f343397c5d5e4cb99e84a9ebecc299e988e13d (diff) | |
parent | db6328e719e5f20fcddd1e272050e3afa97f1303 (diff) |
Reverted rev. 250 changes, it caused problems on several distributions. Still need to figure out proper format specifier for all platforms.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Common.h')
-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 |