commit | 574cc26500992189f637cd1cdf93d0654e7df7ae | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Fri Aug 05 01:23:58 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Fri Aug 05 01:23:58 2011 +0000 |
tree | 357ba4a2e61ec68921e76323ec99a1d3af7782ad | |
parent | 7cb21986cf889bdf4ae92e5338ab4ff3a733ffdb [diff] [blame] |
diff --git a/coders/miff.c b/coders/miff.c index 3239a07..4e41975 100644 --- a/coders/miff.c +++ b/coders/miff.c
@@ -1882,7 +1882,7 @@ } if ((image->storage_class == PseudoClass) && (image->colors > (size_t) (GetQuantumRange(image->depth)+1))) - (void) SetImageStorageClass(image,DirectClass); + (void) SetImageStorageClass(image,DirectClass,&image->exception); if (IsImageGray(image,&image->exception) != MagickFalse) { image->storage_class=DirectClass;