diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2012-01-10 19:44:31 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2012-01-10 19:59:33 +0100 |
commit | 66c961010db971fc7446294938b38843456308bb (patch) | |
tree | 7c369b6cd6af029b3a381edcc98173ca94081a81 /apps/pdfinfo.c | |
parent | 0230a0417212172c391483d054364fb081c79168 (diff) | |
download | mupdf-66c961010db971fc7446294938b38843456308bb.tar.xz |
Automatically load page tree when accessing a page/page count.
Diffstat (limited to 'apps/pdfinfo.c')
-rw-r--r-- | apps/pdfinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/pdfinfo.c b/apps/pdfinfo.c index 049e4617..054f0985 100644 --- a/apps/pdfinfo.c +++ b/apps/pdfinfo.c @@ -994,7 +994,6 @@ int main(int argc, char **argv) filename = argv[fz_optind]; printf("%s:\n", filename); xref = pdf_open_xref(ctx, filename, password); - pdf_load_page_tree(xref); pagecount = pdf_count_pages(xref); showglobalinfo(); |