Skip to content

Commit 562901f

Browse files
author
Akira Kakuto
committed
revert
git-svn-id: svn://tug.org/texlive/branches/branch2025/Build/source@74682 c570f23f-e606-0410-a88d-b1316a301751
1 parent c2dff5e commit 562901f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

texk/dvipdfm-x/epdf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pdf_include_page (pdf_ximage *ximage,
155155
/*
156156
* Handle page's Group
157157
*/
158-
group = pdf_import_object(pdf_lookup_dict(page, "Group"));
158+
group = pdf_deref_obj(pdf_lookup_dict(page, "Group"));
159159
/*
160160
* Handle page content stream.
161161
*/

0 commit comments

Comments
 (0)