From: cristy Date: Sat, 19 Sep 2009 01:45:58 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10676 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abc8f408bb48da2d73cb760d61f16063695081d2;p=imagemagick --- diff --git a/coders/png.c b/coders/png.c index ef2947604..00664ff11 100644 --- a/coders/png.c +++ b/coders/png.c @@ -2320,7 +2320,7 @@ static Image *ReadOnePNGImage(MngInfo *mng_info, else row_offset=0; png_read_row(ping,png_pixels+row_offset,NULL); - q=GetAuthenticPixels(image,0,y,image->columns,1,exception); + q=QueueAuthenticPixels(image,0,y,image->columns,1,exception); if (q == (PixelPacket *) NULL) break; #if (0 && (MAGICKCORE_QUANTUM_DEPTH == 8) && !defined(MAGICKCORE_HDRI_SUPPORT))