From e2f5dbfc51e9e170aef5cc94826c266f191b68ec Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 13 Feb 2015 21:55:45 +0000 Subject: [PATCH] --- MagickCore/fx.c | 4 ++-- MagickCore/property.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MagickCore/fx.c b/MagickCore/fx.c index b4302a6b9..5de4f4133 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -1187,7 +1187,7 @@ static double FxChannelStatistics(FxInfo *fx_info,Image *image, (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); (void) FormatLocaleString(statistic,MaxTextExtent,"%g",skewness); } - if (LocaleNCompare(symbol,"standard_deviation",18) == 0) + if (LocaleNCompare(symbol,"standard-deviation",18) == 0) { double mean, @@ -1774,7 +1774,7 @@ static double FxGetSymbol(FxInfo *fx_info,const PixelChannel channel, } if (LocaleNCompare(symbol,"skewness",8) == 0) return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); - if (LocaleNCompare(symbol,"standard_deviation",18) == 0) + if (LocaleNCompare(symbol,"standard-deviation",18) == 0) return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); break; } diff --git a/MagickCore/property.c b/MagickCore/property.c index 4249022b1..e5e45b573 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -2800,7 +2800,7 @@ MagickExport const char *GetMagickProperty(ImageInfo *image_info, string=image->magick; break; } - if (LocaleCompare("max",property) == 0) + if (LocaleCompare("maxima",property) == 0) { double maximum, @@ -2824,7 +2824,7 @@ MagickExport const char *GetMagickProperty(ImageInfo *image_info, GetMagickPrecision(),mean); break; } - if (LocaleCompare("min",property) == 0) + if (LocaleCompare("minima",property) == 0) { double maximum, -- 2.40.0