diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/pdfclean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfclean.c b/apps/pdfclean.c index 31fba0f7..61899f8f 100644 --- a/apps/pdfclean.c +++ b/apps/pdfclean.c @@ -295,7 +295,7 @@ int main(int argc, char **argv) if (argc - fz_optind > 0) subset = 1; - openxref(infile, password, 0, 0); + openxref(infile, password, 0, 1); out = fopen(outfile, "wb"); if (!out) |