Use an unsigned type for the win32 size_t formatter
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#if defined(_WIN64)
|
||||
#define SZFMT "%I64u"
|
||||
#elif defined(_WIN32)
|
||||
#define SZFMT "%d"
|
||||
#define SZFMT "%u"
|
||||
#else
|
||||
#define SZFMT "%zu"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user