OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7445e0ac1ec1e3856b24411c1b356a5b2d64aaae
Authored by
m-holger
2024-07-09 16:38:02 +0100
1 parent
43004e33
Fix QPDF::setSuppressWarnings
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/QPDF.cc
libqpdf/QPDF.cc
View file @
7445e0a
...
...
@@ -334,7 +334,7 @@ QPDF::setSuppressWarnings(bool val)
334
334
void
335
335
QPDF::setMaxWarnings(int val)
336
336
{
337
- m->
suppress
_warnings = val;
337
+ m->
max
_warnings = val;
338
338
}
339
339
340
340
void
...
...