From 220dab24d1bc0e762633f0b4e401f9cf27d46fc8 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 25 Feb 2018 14:56:55 -0500 Subject: [PATCH] ... --- coders/ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(), -- 2.40.0