From 30e0dde55e839643a1effd5e76584a3eca2577a5 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 1 Oct 2017 09:18:59 -0400 Subject: [PATCH] ... --- MagickCore/exception.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.40.0