From: anthony Date: Sun, 10 Oct 2010 04:28:31 +0000 (+0000) Subject: Bug fix X-Git-Tag: 7.0.1-0~8710 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=175defe3237b2e7bab13c9649a837500af6a82c7;p=imagemagick Bug fix --- diff --git a/magick/resample.c b/magick/resample.c index 19389f835..2ccd8155b 100644 --- a/magick/resample.c +++ b/magick/resample.c @@ -124,7 +124,7 @@ struct _ResampleFilter A, B, C, Vlimit, Ulimit, Uwidth, slope; -#if FILTER_DIRECT +#if FILTER_LUT /* LUT of weights for filtered average in elliptical area */ double filter_lut[WLUT_WIDTH];