2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 11:58:25 +00:00

Merge pull request #1268 from m-holger/hc

Fix test_driver comment
This commit is contained in:
m-holger 2024-08-15 19:01:38 +01:00 committed by GitHub
commit dc1ae8457d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1633,7 +1633,7 @@ test_45(QPDF& pdf, char const* arg2)
{
// Decode obfuscated files. This is here to help test with
// files that trigger anti-virus warnings. See comments in
// qpdf.test for details.
// specific-bugs.test for details.
QPDFWriter w(pdf, "a.pdf");
w.setStaticID(true);
w.write();