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
558f043d91a1c378c376d41e8c6f17ebb1434fd2
Authored by
Jay Berkenbilt
2022-01-23 13:13:18 -0500
1 parent
fcdbc8a1
QPDFJob: TRUE -> true
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/QPDFJob.cc
libqpdf/QPDFJob.cc
View file @
558f043
...
...
@@ -849,7 +849,7 @@ QPDFJob::doCheck(QPDF& pdf)
849
849
850
850
if ((! pdf.getWarnings().empty()) || warnings)
851
851
{
852
- this->m->warnings =
TRUE
;
852
+ this->m->warnings =
true
;
853
853
}
854
854
else
855
855
{
...
...