summaryrefslogtreecommitdiff
path: root/xps/xps_xml.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-11-10 01:52:40 +0100
committerTor Andersson <tor.andersson@artifex.com>2011-11-10 01:52:40 +0100
commit97d00440c043b712a2d16134e3b52850c7b36d47 (patch)
treee7b838f3b7c714037bb238b0c4d17ab4aaa3e0ed /xps/xps_xml.c
parentc445538b312a45435df87086eed2e19b68ed5bc1 (diff)
downloadmupdf-97d00440c043b712a2d16134e3b52850c7b36d47.tar.xz
Add XPS outline parsing and move outline data struct to fz_outline.
Diffstat (limited to 'xps/xps_xml.c')
-rw-r--r--xps/xps_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xps_xml.c b/xps/xps_xml.c
index 8448ecef..aacabd5a 100644
--- a/xps/xps_xml.c
+++ b/xps/xps_xml.c
@@ -376,7 +376,7 @@ xml_parse_document(unsigned char *s, int n)
error = xml_parse_document_imp(&parser, p);
if (error) {
- fz_throw(error);
+ fz_throw("%s", error);
return NULL;
}