aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorw12x <none@none>2008-11-18 23:29:56 +0100
committerw12x <none@none>2008-11-18 23:29:56 +0100
commit9c980db3947d197ca073beeb2cc34b9b5e06874d (patch)
tree2c1827c36007cc5c90dccb8b09d21f6ff6ba31c4 /src
parent78f343397c5d5e4cb99e84a9ebecc299e988e13d (diff)
parentdb6328e719e5f20fcddd1e272050e3afa97f1303 (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')
-rw-r--r--src/shared/Common.h2
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