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/pattern.c b/coders/pattern.c index f9dd536..5bacf70 100644 --- a/coders/pattern.c +++ b/coders/pattern.c
@@ -990,7 +990,7 @@ pattern_image=image; image=AcquireImage(blob_info,exception); image->background_color=pattern_image->background_color; - (void) SetImageBackgroundColor(image); + (void) SetImageBackgroundColor(image,exception); (void) TextureImage(image,pattern_image,exception); pattern_image=DestroyImage(pattern_image); }