aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_argv.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-26 21:46:02 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitf2409f4fca3ace5627e7166f9c27167aab869f2a (patch)
tree0154c15671fcfe6757dd1401fe7f40fff6580e60 /libqpdf/QPDFJob_argv.cc
parent59b775104a4b80aba836163c1530e4117c3ad4bd (diff)
downloadqpdf-f2409f4fca3ace5627e7166f9c27167aab869f2a.tar.zst
Minor cleanup
Diffstat (limited to 'libqpdf/QPDFJob_argv.cc')
-rw-r--r--libqpdf/QPDFJob_argv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFJob_argv.cc b/libqpdf/QPDFJob_argv.cc
index ea960845..7aa01b63 100644
--- a/libqpdf/QPDFJob_argv.cc
+++ b/libqpdf/QPDFJob_argv.cc
@@ -356,7 +356,7 @@ ArgParser::argPagesPositional(char* arg)
{
range = "1-z";
}
- this->c_pages->pageSpec(file, this->pages_password, range);
+ this->c_pages->pageSpec(file, range, this->pages_password);
this->accumulated_args.clear();
this->pages_password = nullptr;
if (next_file != nullptr)