2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-02 22:50:20 +00:00

Fix QPDF::setSuppressWarnings

This commit is contained in:
m-holger 2024-07-09 16:38:02 +01:00
parent 43004e3399
commit 7445e0ac1e

View File

@ -334,7 +334,7 @@ QPDF::setSuppressWarnings(bool val)
void
QPDF::setMaxWarnings(int val)
{
m->suppress_warnings = val;
m->max_warnings = val;
}
void