From 558f043d91a1c378c376d41e8c6f17ebb1434fd2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 23 Jan 2022 13:13:18 -0500 Subject: [PATCH] QPDFJob: TRUE -> true --- libqpdf/QPDFJob.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {