From 4a7686547666acfe0515b8f6c2a684d3b2c6ca34 Mon Sep 17 00:00:00 2001 From: Cristy Date: Wed, 14 Feb 2018 20:57:52 -0500 Subject: [PATCH] ... --- MagickCore/property.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/MagickCore/property.c b/MagickCore/property.c index 26190e1bc..508a8b432 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1751,9 +1751,12 @@ static MagickBooleanType GetXMPProperty(const Image *image,const char *property) xmp_profile=StringInfoToString(profile); if (xmp_profile == (char *) NULL) return(MagickFalse); - if ((strstr(xmp_profile,"") == (char *) NULL) || (strstr(xmp_profile,"") == (char *) NULL)) { xmp_profile=DestroyString(xmp_profile); return(MagickFalse); -- 2.40.0