Commit 559eefa9d0c92d7c8b63b3ed2a2b4c14695e422d
1 parent
7e5e1a71
Add comment to setStaticID call
Showing
1 changed file
with
1 additions
and
1 deletions
examples/pdf-mod-info.cc
| ... | ... | @@ -209,7 +209,7 @@ int main(int argc, char* argv[]) |
| 209 | 209 | QPDFWriter w(file, fl_tmp.c_str()); |
| 210 | 210 | w.setStreamDataMode(qpdf_s_preserve); |
| 211 | 211 | w.setLinearization(true); |
| 212 | - w.setStaticID(static_id); | |
| 212 | + w.setStaticID(static_id); // for testing only | |
| 213 | 213 | w.write(); |
| 214 | 214 | } |
| 215 | 215 | catch (std::exception& e) | ... | ... |