From: cristy Date: Tue, 30 Mar 2010 23:28:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9722 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f410d30f3323130049d425744f1e8a4c94eb0b88;p=imagemagick --- diff --git a/coders/dpx.c b/coders/dpx.c index 1877b3d45..89e5274c6 100644 --- a/coders/dpx.c +++ b/coders/dpx.c @@ -1121,7 +1121,7 @@ static Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception) status=MagickFalse; continue; } - length=ImportQuantumPixels(image,(const CacheView *) NULL,quantum_info, + length=ImportQuantumPixels(image,(CacheView *) NULL,quantum_info, quantum_type,pixels,exception); sync=SyncAuthenticPixels(image,exception); if (sync == MagickFalse)