From 66322f00f70ddaad6e57b8cf9c87e40a8e7d9f7c Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 17 May 2010 11:40:48 +0000 Subject: [PATCH] --- magick/fx.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.50.1