From d8d70ecca264fa5c681dca992a03cfa4c46b3f43 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 1 Jan 2024 18:55:45 -0500 Subject: Support comma-separated numeric values with --collate (fixes #505) --- include/qpdf/QPDFJob.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index d7f14957..3cfc550e 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -637,7 +637,7 @@ class QPDFJob bool show_filtered_stream_data{false}; bool show_pages{false}; bool show_page_images{false}; - size_t collate{0}; + std::vector collate; bool flatten_rotation{false}; bool list_attachments{false}; std::string attachment_to_show; -- cgit v1.2.3-54-g00ecf