]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 1 Oct 2017 13:18:59 +0000 (09:18 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 1 Oct 2017 13:18:59 +0000 (09:18 -0400)
MagickCore/exception.c

index a54b514cdb6a0238bd28e57ea80348a14e9da3c4..5c7e1951a1092a4f25552b4e18c4e4422fced68c 100644 (file)
@@ -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);
 }