From: Cristy Date: Sat, 12 May 2018 01:20:54 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-32~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38468f501cfb0abaf6fc2e7706b63e0beb720b07;p=imagemagick ... --- 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)