]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 23 Sep 2010 01:59:28 +0000 (01:59 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 23 Sep 2010 01:59:28 +0000 (01:59 +0000)
magick/paint.c

index a0c4a81d6647418a8b486377f4403f4408f931d1..78e766d2f3d335700b6e25f477006b0617c3c358 100644 (file)
@@ -338,7 +338,7 @@ MagickExport MagickBooleanType FloodfillPaintImage(Image *image,
     q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
     if ((p == (const PixelPacket *) NULL) || (q == (PixelPacket *) NULL))
       break;
-    indexes=GetCacheViewAuthenticIndexQueue(image);
+    indexes=GetCacheViewAuthenticIndexQueue(image_view);
     for (x=0; x < (ssize_t) image->columns; x++)
     {
       if (p->opacity != OpaqueOpacity)