From 4b2e72c4cd7dc9bc17ad78ca983ff884c1e1ee69 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 22 Aug 2019 17:53:20 -0400 Subject: Test for direct, rather than resolved nulls in parser Just because we know an indirect reference is null, doesn't mean we shouldn't keep it indirect. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 801cf03b..a270f54f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2019-08-22 Jay Berkenbilt + * Add QPDFObjectHandle::isDirectNull() -- a const method that + allows determining whether an object is a literal null without + attempting to resolve it. + * Stop replacing indirect references to null with literal null in arrays when writing output with QPDFWriter. -- cgit v1.2.3-54-g00ecf