commit | 3917740246f6ad8907d05e7a57c8a1cc87606a7d | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Jul 14 16:45:04 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Jul 14 16:45:04 2011 +0000 |
tree | 323bac4ea46377bfdbf503440c1ba42175ce4aca | |
parent | f850087ab639e7b554ac5a99b6133e7f6bcc99c7 [diff] [blame] |
diff --git a/MagickCore/effect.c b/MagickCore/effect.c index 57f7481..0594a16 100644 --- a/MagickCore/effect.c +++ b/MagickCore/effect.c
@@ -1384,7 +1384,7 @@ continue; if ((convolve_traits & CopyPixelTrait) != 0) { - const size_t + size_t center; center=((image->columns+width)*width/2)*channels+i;