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/xps.c b/coders/xps.c index 0207862..274b278 100644 --- a/coders/xps.c +++ b/coders/xps.c
@@ -157,7 +157,7 @@ /* Open image file. */ - image=AcquireImage(image_info); + image=AcquireImage(image_info,exception); status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); if (status == MagickFalse) {