commit | 9950d57e1124b73f684fb5946e206994cefda628 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Sat Oct 01 18:22:35 2011 +0000 |
committer | cristy <[email protected]> | Sat Oct 01 18:22:35 2011 +0000 |
tree | 9f2cf15671eafb36e553d1420a347ed744078681 | |
parent | aa8634f731b35f3924daf3aa1a8eb52d2cba0c44 [diff] [blame] |
diff --git a/coders/uyvy.c b/coders/uyvy.c index 03724ec..f09d934 100644 --- a/coders/uyvy.c +++ b/coders/uyvy.c
@@ -127,7 +127,7 @@ image_info->filename); assert(exception != (ExceptionInfo *) NULL); assert(exception->signature == MagickSignature); - image=AcquireImage(image_info); + image=AcquireImage(image_info,exception); if ((image->columns == 0) || (image->rows == 0)) ThrowReaderException(OptionError,"MustSpecifyImageSize"); if ((image->columns % 2) != 0)