aboutsummaryrefslogtreecommitdiff
path: root/reloc.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-22 22:12:03 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-22 22:44:31 -0500
commit2ae80482cd88fb9786d3ff54777b8a462641f29f (patch)
tree59ea6b7a8217c17c0c1e915616f6615cc1813d9c /reloc.h
parent8ff58f7703bb2854a05acfbbda317b0abad2c0e7 (diff)
downloadreloc-2ae80482cd88fb9786d3ff54777b8a462641f29f.tar.gz
Decrease MSVC chatter
Diffstat (limited to 'reloc.h')
-rw-r--r--reloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reloc.h b/reloc.h
index f978ae5..6cc0641 100644
--- a/reloc.h
+++ b/reloc.h
@@ -15,7 +15,7 @@
#define SIZE_T_FMT "%I64u"
#elif defined(_MSC_VER)
#define DIRSEP '\\'
-#define SIZE_T_FMT "%lu"
+#define SIZE_T_FMT "%zu"
#elif defined(__linux__) || defined(__unix__) || defined(__APPLE__) || defined(__MACH__)
#define DIRSEP '/'
#define SIZE_T_FMT "%lu"