summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/pdftex-poppler-0.59.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/texlive-bin/pdftex-poppler-0.59.patch')
-rw-r--r--libre/texlive-bin/pdftex-poppler-0.59.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/texlive-bin/pdftex-poppler-0.59.patch b/libre/texlive-bin/pdftex-poppler-0.59.patch
index 36c54c840..5ed132649 100644
--- a/libre/texlive-bin/pdftex-poppler-0.59.patch
+++ b/libre/texlive-bin/pdftex-poppler-0.59.patch
@@ -435,8 +435,8 @@ diff -u source/texk/web2c/pdftexdir/pdftoepdf.cc source/texk/web2c/pdftexdir.new
+*/
+// begin modification
+ groupDict = pageDict->lookup("Group");
-+ Dict dic1 = page->getGroup();
-+ Dict dic2 = groupDict.getDict();
++ const Dict& dic1 = page->getGroup();
++ const Dict& dic2 = groupDict.getDict();
+ // replace dic2 in groupDict with dic1
+ l = dic2.getLength();
+ for (i = 0; i < l; i++) {