commit | 5f1c1fff2a55c4d8756556e78c1f307d352ed1b8 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Dec 23 21:38:06 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Dec 23 21:38:06 2010 +0000 |
tree | e5aae20e3d86ec1114b96c8fdc7ee02eb4503cfd | |
parent | c8e4cd490213458d3d46936939a661ea48a91fe3 [diff] [blame] |
diff --git a/magick/cache.c b/magick/cache.c index 7d91f1f..028004b 100644 --- a/magick/cache.c +++ b/magick/cache.c
@@ -2143,7 +2143,7 @@ Ensure the image matches the pixel cache morphology. */ image->taint=MagickTrue; - image->type=UndefinedColorType; + image->type=UndefinedType; if (image->colorspace == GRAYColorspace) image->colorspace=RGBColorspace; if (ValidatePixelCacheMorphology(image) == MagickFalse)