QPDFJob: TRUE -> true

This commit is contained in:
Jay Berkenbilt 2022-01-23 13:13:18 -05:00
parent fcdbc8a102
commit 558f043d91
1 changed files with 1 additions and 1 deletions

View File

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