commit | ea1a8aa04a9fe1500104284407c1cc06d20da699 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Oct 20 13:24:06 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Oct 20 13:24:06 2011 +0000 |
tree | e3a7f66eafbc3dc0e903a28bf0ff726eac660f64 | |
parent | 170fce9acc4e233bbb9cbb0061f4ce8e41084277 [diff] [blame] |
diff --git a/coders/caption.c b/coders/caption.c index ace8255..dc70688 100644 --- a/coders/caption.c +++ b/coders/caption.c
@@ -199,7 +199,7 @@ if (image->rows == 0) image->rows=(size_t) ((i+1)*draw_info->pointsize+ draw_info->interline_spacing+draw_info->stroke_width+0.5); - if (SetImageBackgroundColor(image) == MagickFalse) + if (SetImageBackgroundColor(image,exception) == MagickFalse) { InheritException(exception,&image->exception); image=DestroyImageList(image);