We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6673e39 + 60503d1 commit 831773bCopy full SHA for 831773b
src/zopfli/cache.c
@@ -34,7 +34,7 @@ void ZopfliInitCache(size_t blocksize, ZopfliLongestMatchCache* lmc) {
34
if(lmc->sublen == NULL) {
35
fprintf(stderr,
36
"Error: Out of memory. Tried allocating %lu bytes of memory.\n",
37
- ZOPFLI_CACHE_LENGTH * 3 * blocksize);
+ (unsigned long)ZOPFLI_CACHE_LENGTH * 3 * blocksize);
38
exit (EXIT_FAILURE);
39
}
40
0 commit comments