]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 25 Feb 2018 19:56:55 +0000 (14:56 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sun, 25 Feb 2018 19:56:55 +0000 (14:56 -0500)
coders/ps.c

index 523a9ba08a73a50933cf3372ebf8fda12339001f..f8595287825e5bb8990a472b37b48232212761fb 100644 (file)
@@ -265,8 +265,8 @@ static MagickBooleanType InvokePostscriptDelegate(
         {
           (void) ThrowMagickException(exception,GetMagickModule(),
             DelegateError,"PostscriptDelegateFailed",
-            "`[ghostscript library %.2f]%s': %s",
-            (double)revision.revision / 100,args_start,errors);
+            "`[ghostscript library %.2f]%s': %s",(double) revision.revision/
+            100.0,args_start,errors);
           if (errors != (char *) NULL)
             errors=DestroyString(errors);
           (void) LogMagickEvent(CoderEvent,GetMagickModule(),