From: cristy Date: Mon, 17 May 2010 11:40:48 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9446 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66322f00f70ddaad6e57b8cf9c87e40a8e7d9f7c;p=imagemagick --- diff --git a/magick/fx.c b/magick/fx.c index f3b6396fd..a1756d033 100644 --- a/magick/fx.c +++ b/magick/fx.c @@ -2066,6 +2066,7 @@ static MagickRealType FxEvaluateSubexpression(FxInfo *fx_info, "MissingExpression","`%s'",expression); return(0.0); } + *subexpression='\0'; p=FxOperatorPrecedence(expression,exception); if (p != (const char *) NULL) {