From 6e6907ac7a0e736ce9a1fbf3acc2be8e88691259 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 17 Sep 2017 08:36:42 -0400 Subject: [PATCH] ... --- MagickCore/property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.40.0