]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 24 Jan 2012 23:47:47 +0000 (23:47 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 24 Jan 2012 23:47:47 +0000 (23:47 +0000)
coders/tiff.c

index aafae4d387c783ba8367dedcaf18497544ea7cc4..0645dfb415aab5704e1706394ef86ef9128a109f 100644 (file)
@@ -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.