Skip to content

Commit

Permalink
Fixed comparison warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 18, 2022
1 parent 83d369a commit c692fb4
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 c692fb4

Please sign in to comment.