aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 6bbcfadb..7b1b95da 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -24,7 +24,7 @@
#if defined(_WIN64)
#define SZFMT "%I64u"
#elif defined(_WIN32)
-#define SZFMT "%d"
+#define SZFMT "%u"
#else
#define SZFMT "%zu"
#endif