commit | a1d2bd306531d35abea0440a3008714d36b5c50c | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Oct 19 22:12:25 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Oct 19 22:12:25 2011 +0000 |
tree | 94695134328387a10c8cebb6b108fe25057659a4 | |
parent | 4096b0177ca8fed45e26e5388ba6a449b65c56ea [diff] [blame] |
diff --git a/MagickCore/feature.c b/MagickCore/feature.c index 905fedc..6b8fede 100644 --- a/MagickCore/feature.c +++ b/MagickCore/feature.c
@@ -413,7 +413,7 @@ if (status == MagickFalse) continue; p=GetCacheViewVirtualPixels(image_view,-(ssize_t) distance,y,image->columns+ - 2*distance,distance+1,exception); + 2*distance,distance+2,exception); if (p == (const Quantum *) NULL) { status=MagickFalse;