From: Cristy Date: Mon, 1 Jan 2018 23:48:58 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-20~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf94c1c8679f7674aa7d720681c5d355f8ae6daf;p=imagemagick ... --- 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)