2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-30 17:00:51 +00:00

QPDFJob: TRUE -> true

This commit is contained in:
Jay Berkenbilt 2022-01-23 13:13:18 -05:00
parent fcdbc8a102
commit 558f043d91

View File

@ -849,7 +849,7 @@ QPDFJob::doCheck(QPDF& pdf)
if ((! pdf.getWarnings().empty()) || warnings) if ((! pdf.getWarnings().empty()) || warnings)
{ {
this->m->warnings = TRUE; this->m->warnings = true;
} }
else else
{ {