From 073808aa50f0c78e2d6fea4f56f0b814b314eb42 Mon Sep 17 00:00:00 2001 From: m-holger Date: Tue, 26 Jul 2022 12:37:50 +0100 Subject: Code tidy : replace 0 with nullptr or true --- libqpdf/QPDF_Dictionary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDF_Dictionary.cc') diff --git a/libqpdf/QPDF_Dictionary.cc b/libqpdf/QPDF_Dictionary.cc index be3c5dcd..60b2339f 100644 --- a/libqpdf/QPDF_Dictionary.cc +++ b/libqpdf/QPDF_Dictionary.cc @@ -87,7 +87,7 @@ QPDF_Dictionary::getKey(std::string const& key) return item->second; } else { QPDFObjectHandle null = QPDFObjectHandle::newNull(); - QPDF* qpdf = 0; + QPDF* qpdf = nullptr; std::string description; if (getDescription(qpdf, description)) { null.setObjectDescription( -- cgit v1.2.3-70-g09d2