From 363e526baa95e22bc0cdaabb140a002af0f196c6 Mon Sep 17 00:00:00 2001 From: w12x Date: Mon, 17 Nov 2008 23:39:24 +0100 Subject: Fixed I64FMTD define for non-microsoft compilers. This should fix phased events state not being saved on some systems. --HG-- branch : trunk --- src/shared/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/shared/Common.h b/src/shared/Common.h index 9bf44b78f16..d5c2eedfc5c 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 "%llu" +#define I64FMTD "%I64u" #define SI64FMTD "%lld" #endif -- cgit v1.2.3