commit | f410d30f3323130049d425744f1e8a4c94eb0b88 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Tue Mar 30 23:28:56 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Tue Mar 30 23:28:56 2010 +0000 |
tree | 18141e4f822d3203fe6ca3deaaa01a36e48b465b | |
parent | 2dd0322e4877aabe4d07cc2e0d4b22ef895f3e56 [diff] [blame] |
diff --git a/coders/dpx.c b/coders/dpx.c index 1877b3d..89e5274 100644 --- a/coders/dpx.c +++ b/coders/dpx.c
@@ -1121,7 +1121,7 @@ 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)