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/display.c b/MagickCore/display.c index 59906bf..4f68122 100644 --- a/MagickCore/display.c +++ b/MagickCore/display.c
@@ -3805,7 +3805,7 @@ (*image)->colormap[i].blue=ScaleShortToQuantum( color.blue); } - (void) SyncImage(*image); + (void) SyncImage(*image,exception); } break; }