From: cristy Date: Sat, 26 Jan 2013 01:10:47 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31752358a663f17e01417a1435c86e5cf13bb207;p=imagemagick --- diff --git a/coders/gif.c b/coders/gif.c index c10f95295..1f1bcd8ac 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -434,7 +434,7 @@ static MagickBooleanType DecodeImage(Image *image,const ssize_t opacity, register Quantum *restrict q; - q=GetAuthenticPixels(image,0,offset,image->columns,1,exception); + q=QueueAuthenticPixels(image,0,offset,image->columns,1,exception); if (q == (Quantum *) NULL) break; for (x=0; x < (ssize_t) image->columns; )