From 7445e0ac1ec1e3856b24411c1b356a5b2d64aaae Mon Sep 17 00:00:00 2001 From: m-holger Date: Tue, 9 Jul 2024 16:38:02 +0100 Subject: [PATCH] Fix QPDF::setSuppressWarnings --- libqpdf/QPDF.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index e11e3006..548a307f 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -334,7 +334,7 @@ QPDF::setSuppressWarnings(bool val) void QPDF::setMaxWarnings(int val) { - m->suppress_warnings = val; + m->max_warnings = val; } void