From: Cristy Date: Sun, 25 Feb 2018 19:56:55 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-25~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=220dab24d1bc0e762633f0b4e401f9cf27d46fc8;p=imagemagick ... --- diff --git a/coders/ps.c b/coders/ps.c index 523a9ba08..f85952878 100644 --- a/coders/ps.c +++ b/coders/ps.c @@ -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(),