commit | a230a61354e4f37467fad5dbc04d16c095a5b957 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Sun Jan 05 20:51:47 2014 +0000 |
committer | cristy <[email protected]> | Sun Jan 05 20:51:47 2014 +0000 |
tree | 6745789164715fb30e33d51cd43e2e83adc3dd7d | |
parent | 10bb01bbf838f11c21b364b3ecbba71ace460796 [diff] [blame] |
diff --git a/coders/webp.c b/coders/webp.c index 2c7dbda..2988372 100644 --- a/coders/webp.c +++ b/coders/webp.c
@@ -168,7 +168,7 @@ #define TAG_SIZE 4 #define CHUNK_SIZE_BYTES 4 #define CHUNK_HEADER_SIZE 8 -#define MAX_CHUNK_PAYLOAD (~0UL-CHUNK_HEADER_SIZE-1) +#define MAX_CHUNK_PAYLOAD (~0U-CHUNK_HEADER_SIZE-1) ssize_t offset;