]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Thu, 7 Jun 2018 22:44:57 +0000 (18:44 -0400)
committerCristy <urban-warrior@imagemagick.org>
Thu, 7 Jun 2018 22:44:57 +0000 (18:44 -0400)
MagickCore/draw.c

index 9ba669d6b0bd3a9ab7ef9d4696958454c4fa16ee..436a5afb375be970fe8a94bb62c1ff5650d75eb1 100644 (file)
@@ -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);