From 85e7d7d9ba71d95a9e6a64b98bae4fac09f06f1c Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:22:21 -0700 Subject: zlib 1.2.0.3 --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example.c') diff --git a/example.c b/example.c index 3c53a93..622c9e6 100644 --- a/example.c +++ b/example.c @@ -528,7 +528,7 @@ int main(argc, argv) fprintf(stderr, "warning: different zlib version\n"); } - printf("zlib version %s = 0x%04x, compile flags = 0x%x\n", + printf("zlib version %s = 0x%04x, compile flags = 0x%lx\n", ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags()); compr = (Byte*)calloc((uInt)comprLen, 1); -- cgit v1.2.3-55-g6feb