From 92611572b8d3d992b00b590f90e4a11cd587e5ee Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 7 Jul 2011 16:02:42 +0000 Subject: [PATCH] --- MagickCore/shear.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/shear.c b/MagickCore/shear.c index 70f093ada..0f3a15bb2 100644 --- a/MagickCore/shear.c +++ b/MagickCore/shear.c @@ -1133,8 +1133,8 @@ static Image *IntegralRotateImage(const Image *image,size_t rotations, x; q=QueueCacheViewAuthenticPixels(rotate_view,(ssize_t) - (rotate_image->columns-(tile_y+height)),y+tile_x,height, - 1,exception); + (rotate_image->columns-(tile_y+height)),y+tile_x,height,1, + exception); if (q == (const Quantum *) NULL) { status=MagickFalse; -- 2.40.0