commit | 9e8cb1cfef76bf3b62c2a6c9d22cce36bd69b99c | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Tue Jan 24 23:47:47 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Tue Jan 24 23:47:47 2012 +0000 |
tree | 95dbbc56f2fda134d5c49d406251ae93eca76bf0 | |
parent | c11dacef705c151ed54ef04628d7ef800086e081 [diff] [blame] |
diff --git a/coders/tiff.c b/coders/tiff.c index aafae4d..0645dfb 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -1100,7 +1100,7 @@ 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.