From 717789c2a4ce17e2d0f546b58cc59a95040fe0ff Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 4 Jun 2017 16:16:21 -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 4434c9c5e..39d8f23f6 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -3652,7 +3652,7 @@ RestoreMSCWarning (void) QueryColorname(image,&pixel,SVGCompliance,name,exception); GetColorTuple(&pixel,MagickTrue,hex); - AppendString2Text(hex); + AppendString2Text(hex+1); } continue; } -- 2.40.0