[poppler] poppler/Outline.cc
Adrian Johnson
ajohnson at kemper.freedesktop.org
Wed Aug 23 11:32:34 UTC 2017
poppler/Outline.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5be33ba49071a9ffeb62be93e5dc01267318d1c2
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Wed Aug 23 21:00:09 2017 +0930
Fix Outline title
diff --git a/poppler/Outline.cc b/poppler/Outline.cc
index 8d539ca7..925fc0c4 100644
--- a/poppler/Outline.cc
+++ b/poppler/Outline.cc
@@ -66,6 +66,7 @@ OutlineItem::OutlineItem(Dict *dict, XRef *xrefA) {
kids = NULL;
+ obj1 = dict->lookup("Title");
if (obj1.isString()) {
GooString *s = obj1.getString();
titleLen = TextStringToUCS4(s, &title);
More information about the poppler
mailing list