Skip to content

Commit

Permalink
fix numtrunc at tiff_dirread.c
Browse files Browse the repository at this point in the history
  • Loading branch information
headshog committed Jul 13, 2023
1 parent bd2695f commit 0fef0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libtiff/tif_dirread.c
Original file line number Diff line number Diff line change
Expand Up @@ -4371,7 +4371,7 @@ static void
TIFFReadDirectoryCheckOrder(TIFF* tif, TIFFDirEntry* dir, uint16 dircount)
{
static const char module[] = "TIFFReadDirectoryCheckOrder";
uint16 m;
uint32 m;
uint16 n;
TIFFDirEntry* o;
m=0;
Expand Down

0 comments on commit 0fef0f2

Please sign in to comment.