We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8035581 commit cc30d67Copy full SHA for cc30d67
coders/tiff.c
@@ -2011,7 +2011,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info,
2011
/*
2012
Convert generic TIFF image.
2013
*/
2014
- (void) SetImageStorageClass(image,DirectClass,exception);
+ (void) SetImageStorageClass(image,DirectClass);
2015
if (HeapOverflowSanityCheck(image->rows,sizeof(*pixels)) != MagickFalse)
2016
ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed");
2017
number_pixels=(MagickSizeType) image->columns*image->rows;
0 commit comments