commit | 9d314ff2c17a77996c05413c2013880387e50f0e | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Mar 09 01:30:28 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Mar 09 01:30:28 2011 +0000 |
tree | 37f9fcebb2735625128f5bdb0db48009ead90e7d | |
parent | d40deb61bafb1410e2c648747feecccb80948c59 [diff] [blame] |
diff --git a/magick/fourier.c b/magick/fourier.c index 806777b..dc1f4f8 100644 --- a/magick/fourier.c +++ b/magick/fourier.c
@@ -203,12 +203,12 @@ static void CorrectPhaseLHS(const size_t width,const size_t height, double *fourier) { - ssize_t - y; - register ssize_t x; + ssize_t + y; + for (y=0L; y < (ssize_t) height; y++) for (x=0L; x < (ssize_t) (width/2L); x++) fourier[y*width+x]*=(-1.0);