From 38468f501cfb0abaf6fc2e7706b63e0beb720b07 Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 11 May 2018 21:20:54 -0400 Subject: [PATCH] ... --- MagickCore/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 9ae5487e5..fd791f6e3 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -6231,7 +6231,7 @@ static size_t TracePath(PrimitiveInfo *primitive_info,const char *path, do { GetNextToken(p,&p,MagickPathExtent,token); - if ((i != 0) && (*token == ',')) + if (*token == ',') GetNextToken(p,&p,MagickPathExtent,token); x=StringToDouble(token,&next_token); if (token == next_token) -- 2.40.0