From bf94c1c8679f7674aa7d720681c5d355f8ae6daf Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 1 Jan 2018 18:48:58 -0500 Subject: [PATCH] ... --- MagickCore/fx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/fx.c b/MagickCore/fx.c index d71400b21..4fab82f3e 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -2523,8 +2523,8 @@ static double FxEvaluateSubexpression(FxInfo *fx_info, subexpression[strlen(subexpression)-1]='\0'; if (fx_info->file != (FILE *) NULL) (void) FormatLocaleFile(fx_info->file,"%s[%.20g,%.20g].%s: " - "%s=%.*g\n",fx_info->images->filename,(double) x,(double) y,type, - subexpression,GetMagickPrecision(),alpha); + "%s=%.*g\n",fx_info->images->filename,(double) x,(double) y,type, + subexpression,GetMagickPrecision(),alpha); return(0.0); } if (LocaleNCompare(expression,"drc",3) == 0) -- 2.40.0