diff --git a/libqpdf/QPDFJob.cc b/libqpdf/QPDFJob.cc index 396d2efb..8c185366 100644 --- a/libqpdf/QPDFJob.cc +++ b/libqpdf/QPDFJob.cc @@ -849,7 +849,7 @@ QPDFJob::doCheck(QPDF& pdf) if ((! pdf.getWarnings().empty()) || warnings) { - this->m->warnings = TRUE; + this->m->warnings = true; } else {