From: Cristy Date: Thu, 7 Jun 2018 22:44:57 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-39~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f402b48f6cb04be650846e84454d19b86be848c7;p=imagemagick ... --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 9ba669d6b..436a5afb3 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -6222,7 +6222,7 @@ static size_t TracePath(MVGInfo *mvg_info,const char *path, GetNextToken(p,&p,MagickPathExtent,token); if (*token == ',') GetNextToken(p,&p,MagickPathExtent,token); - sweep=fabs(StringToDouble(token&next_token)) < DrawEpsilon ? + sweep=fabs(StringToDouble(token,&next_token)) < DrawEpsilon ? MagickFalse : MagickTrue; if (token == next_token) ThrowPointExpectedException(token,exception);