From: Cristy Date: Sun, 17 Sep 2017 12:36:42 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-3~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e6907ac7a0e736ce9a1fbf3acc2be8e88691259;p=imagemagick ... --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 02da55579..bfb061b8c 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -2199,7 +2199,7 @@ MagickExport const char *GetImageProperty(const Image *image, return((const char *) GetRootValueFromSplayTree((SplayTreeInfo *) image->properties)); p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) - image->properties,property); + image->properties,property); if (p != (const char *) NULL) return(p); }