Skip to content

Commit

Permalink
Merge pull request #5970 from radarhere/warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 27, 2022
2 parents 577e44d + c692fb4 commit 35e1932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libImaging/TiffDecode.c
Expand Up @@ -551,7 +551,7 @@ ImagingLibTiffDecode(
uint16_t planarconfig = 0;
int planes = 1;
ImagingShuffler unpackers[4];
UINT32 img_width, img_height;
INT32 img_width, img_height;

memset(unpackers, 0, sizeof(ImagingShuffler) * 4);

Expand Down

0 comments on commit 35e1932

Please sign in to comment.