commit | ea1a8aa04a9fe1500104284407c1cc06d20da699 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Thu Oct 20 13:24:06 2011 +0000 |
committer | cristy <[email protected]> | Thu Oct 20 13:24:06 2011 +0000 |
tree | e3a7f66eafbc3dc0e903a28bf0ff726eac660f64 | |
parent | 170fce9acc4e233bbb9cbb0061f4ce8e41084277 [diff] [blame] |
diff --git a/MagickCore/quantize.c b/MagickCore/quantize.c index a0ad8c9..df3cfca 100644 --- a/MagickCore/quantize.c +++ b/MagickCore/quantize.c
@@ -675,7 +675,7 @@ q++; } } - (void) SyncImage(image); + (void) SyncImage(image,exception); if ((cube_info->quantize_info->colorspace != UndefinedColorspace) && (cube_info->quantize_info->colorspace != CMYKColorspace)) (void) TransformImageColorspace((Image *) image,RGBColorspace,exception);