Commit 4eb5242e authored by Maksim Shabunin's avatar Maksim Shabunin

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

parents 0303fa0a 5770b961
......@@ -3707,7 +3707,7 @@ TIFFReadDirectory(TIFF* tif)
case TIFFTAG_SMAXSAMPLEVALUE:
{
double *data;
double *data = 0;
enum TIFFReadDirEntryErr err;
uint32 saved_flags;
int m;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment