From ea20ca84ebf23e6e269ba897a5a8a240c3611405 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 29 May 2013 11:39:57 +0000 Subject: [PATCH] --- MagickCore/fx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/fx.c b/MagickCore/fx.c index 812031866..9e1f0eafb 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -1351,7 +1351,7 @@ static double FxGetSymbol(FxInfo *fx_info,const PixelChannel channel, if (*p == '.') p++; } - if ((isalpha((int) *(p+1)) == 0) && (*p == 'p')) + if ((*p == 'p') && (isalpha((int) *(p+1)) == 0)) { p++; if (*p == '{') -- 2.40.0