]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 30 Mar 2010 23:28:56 +0000 (23:28 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 30 Mar 2010 23:28:56 +0000 (23:28 +0000)
coders/dpx.c

index 1877b3d45247489a8fc9f1b7d5903fa0ecbaeca9..89e5274c6f9f7c4338bdbd2b1fd092ff2d3e53cc 100644 (file)
@@ -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)