From a43db0dc5adbc788ef7e486b6e8af2594ccf7db7 Mon Sep 17 00:00:00 2001 From: dirk Date: Mon, 22 Dec 2014 23:52:35 +0000 Subject: [PATCH] Buildfix. --- coders/tiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/tiff.c b/coders/tiff.c index 792d0a8b9..c71bc7197 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.50.1