From: cristy Date: Tue, 15 Jan 2013 12:58:21 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=957220217658545826077de7fe9e65c14942fc17;p=imagemagick --- diff --git a/coders/mat.c b/coders/mat.c index e212c952e..390e2bff8 100644 --- a/coders/mat.c +++ b/coders/mat.c @@ -880,7 +880,7 @@ MATLAB_KO: ThrowReaderException(CorruptImageError,"ImproperImageHeader"); { for (i = 0; i < (ssize_t) MATLAB_HDR.SizeY; i++) { - q=QueueAuthenticPixels(image,0,MATLAB_HDR.SizeY-i-1,image->columns,1,exception); + q=GetAuthenticPixels(image,0,MATLAB_HDR.SizeY-i-1,image->columns,1,exception); if (q == (Quantum *)NULL) { if (logging) (void)LogMagickEvent(CoderEvent,GetMagickModule(),