diff options
author | Robin Watts <Robin.Watts@artifex.com> | 2011-05-31 14:16:28 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-06-01 15:52:36 +0200 |
commit | 5aaae3d936afc0aa4ff999b42b5a754c40885f75 (patch) | |
tree | ecac21a3197ccb813d2bd7dc48d7c26666787685 /pdf/pdf_xref.c | |
parent | 1323675852c82c8dbc79b46d7bfd882e3282edc0 (diff) | |
download | mupdf-5aaae3d936afc0aa4ff999b42b5a754c40885f75.tar.xz |
Fix android build; bug 692222.
Bring the MuPDF android build up to date with the latest source changes.
Many thanks to Dominic Battre for his helpful report in bug 692222.
Diffstat (limited to 'pdf/pdf_xref.c')
-rw-r--r-- | pdf/pdf_xref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_xref.c b/pdf/pdf_xref.c index 0e29625c..6f85671a 100644 --- a/pdf/pdf_xref.c +++ b/pdf/pdf_xref.c @@ -917,7 +917,7 @@ pdf_update_object(pdf_xref *xref, int num, int gen, fz_obj *newobj) */ fz_error -pdf_open_xref(pdf_xref **xrefp, char *filename, char *password) +pdf_open_xref(pdf_xref **xrefp, const char *filename, char *password) { fz_error error; fz_stream *file; |