From: cristy Date: Tue, 24 Jan 2012 23:47:47 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e8cb1cfef76bf3b62c2a6c9d22cce36bd69b99c;p=imagemagick --- diff --git a/coders/tiff.c b/coders/tiff.c index aafae4d38..0645dfb41 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -1100,7 +1100,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info, TIFFGetProperties(tiff,image,exception); option=GetImageOption(image_info,"tiff:exif-properties"); if ((option == (const char *) NULL) || - (IsMagickTrue(option) == MagickFalse)) + (IsMagickTrue(option) != MagickFalse)) TIFFGetEXIFProperties(tiff,image,exception); /* Allocate memory for the image and pixel buffer.