yet another warning fix

This commit is contained in:
Richard Geldreich
2025-11-08 12:55:41 -05:00
parent cbb8ebefa4
commit 221d2230e5

View File

@@ -648,7 +648,7 @@ void *qoi_read(const char *filename, qoi_desc *desc, int channels) {
size = (size_t)sz;
if (size != sz)
if (size != (unsigned long)sz)
{
fclose(f);
return NULL;