fix numtrunc at tiff_dirread.c

pull/23986/head
headshog 1 year ago
parent bd2695f01b
commit 0fef0f2ae0
  1. 2
      3rdparty/libtiff/tif_dirread.c

@ -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;

Loading…
Cancel
Save