aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFJob.cc')
-rw-r--r--libqpdf/QPDFJob.cc2
1 files changed, 1 insertions, 1 deletions
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
{