From 7043d3dd244bab308faccda9969aff8120085955 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 23 Dec 2014 01:07:09 +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 c71bc7197..d841b3bec 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -526,7 +526,7 @@ static MagickBooleanType ReadProfile(Image *image,const char *name, return(MagickFalse); if ((LocaleCompare(name,"icc") != 0) && (LocaleCompare(name,"xmp") != 0)) { - if (strstr((char *)datum,"8BIM") == (char *) NULL) + if (strstr((char *) datum,"8BIM") == (char *) NULL) return(MagickFalse); } profile=BlobToStringInfo(datum,(size_t) length); -- 2.40.0