From: Cristy Date: Sun, 1 Oct 2017 13:18:59 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-6~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30e0dde55e839643a1effd5e76584a3eca2577a5;p=imagemagick ... --- diff --git a/MagickCore/exception.c b/MagickCore/exception.c index a54b514cd..5c7e1951a 100644 --- a/MagickCore/exception.c +++ b/MagickCore/exception.c @@ -1052,8 +1052,8 @@ MagickExport MagickBooleanType ThrowMagickExceptionList( type="error"; if (severity >= FatalErrorException) type="fatal"; - (void) FormatLocaleString(message,MagickPathExtent,"%s @ %s/%s/%s/%.20g",reason, - type,path,function,(double) line); + (void) FormatLocaleString(message,MagickPathExtent,"%s @ %s/%s/%s/%.20g", + reason,type,path,function,(double) line); (void) ThrowException(exception,severity,message,(char *) NULL); return(status); }