Commit 558f043d91a1c378c376d41e8c6f17ebb1434fd2
1 parent
fcdbc8a1
QPDFJob: TRUE -> true
Showing
1 changed file
with
1 additions
and
1 deletions
libqpdf/QPDFJob.cc
| @@ -849,7 +849,7 @@ QPDFJob::doCheck(QPDF& pdf) | @@ -849,7 +849,7 @@ QPDFJob::doCheck(QPDF& pdf) | ||
| 849 | 849 | ||
| 850 | if ((! pdf.getWarnings().empty()) || warnings) | 850 | if ((! pdf.getWarnings().empty()) || warnings) |
| 851 | { | 851 | { |
| 852 | - this->m->warnings = TRUE; | 852 | + this->m->warnings = true; |
| 853 | } | 853 | } |
| 854 | else | 854 | else |
| 855 | { | 855 | { |