Merge pull request #8965 from mshabunin:fix-vs-issue-tiff

pull/8969/head
Maksim Shabunin 8 years ago
commit 4eb5242e16
  1. 2
      3rdparty/libtiff/tif_dirread.c

@ -3707,7 +3707,7 @@ TIFFReadDirectory(TIFF* tif)
case TIFFTAG_SMAXSAMPLEVALUE:
{
double *data;
double *data = 0;
enum TIFFReadDirEntryErr err;
uint32 saved_flags;
int m;

Loading…
Cancel
Save