Commit 559eefa9d0c92d7c8b63b3ed2a2b4c14695e422d

Authored by Jay Berkenbilt
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,7 +209,7 @@ int main(int argc, char* argv[])
209 QPDFWriter w(file, fl_tmp.c_str()); 209 QPDFWriter w(file, fl_tmp.c_str());
210 w.setStreamDataMode(qpdf_s_preserve); 210 w.setStreamDataMode(qpdf_s_preserve);
211 w.setLinearization(true); 211 w.setLinearization(true);
212 - w.setStaticID(static_id); 212 + w.setStaticID(static_id); // for testing only
213 w.write(); 213 w.write();
214 } 214 }
215 catch (std::exception& e) 215 catch (std::exception& e)