From 9e8cb1cfef76bf3b62c2a6c9d22cce36bd69b99c Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 24 Jan 2012 23:47:47 +0000 Subject: [PATCH] --- coders/tiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0