diff options
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -528,7 +528,7 @@ int main(argc, argv) | |||
528 | fprintf(stderr, "warning: different zlib version\n"); | 528 | fprintf(stderr, "warning: different zlib version\n"); |
529 | } | 529 | } |
530 | 530 | ||
531 | printf("zlib version %s = 0x%04x, compile flags = 0x%x\n", | 531 | printf("zlib version %s = 0x%04x, compile flags = 0x%lx\n", |
532 | ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags()); | 532 | ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags()); |
533 | 533 | ||
534 | compr = (Byte*)calloc((uInt)comprLen, 1); | 534 | compr = (Byte*)calloc((uInt)comprLen, 1); |