From f410d30f3323130049d425744f1e8a4c94eb0b88 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 30 Mar 2010 23:28:56 +0000 Subject: [PATCH] --- coders/dpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1