summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gs/lib/opdfread.ps4
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/lib/opdfread.ps b/gs/lib/opdfread.ps
index ebb7caaaa..26b63872d 100644
--- a/gs/lib/opdfread.ps
+++ b/gs/lib/opdfread.ps
@@ -742,7 +742,7 @@ currentdict end readonly def
742 copypage 742 copypage
743 } repeat 743 } repeat
744 } if 744 } if
745 showpage 745 EPS2Write not {showpage} if
746 } if 746 } if
747} bind def 747} bind def
748 748
@@ -971,7 +971,7 @@ currentdict end readonly def
971 1 index exch /Context exch put % id obj 971 1 index exch /Context exch put % id obj
972 dup /ImmediateExec true put 972 dup /ImmediateExec true put
973 dup /IsPage true put 973 dup /IsPage true put
974 dup /Context get //SetupPageView exec 974 SetPageSize {dup /Context get //SetupPageView exec} if
975} bind def 975} bind def
976 976
977/FontFileDaemon % <id> <obj> <font_descriptor> FontFileDaemon <id> <obj> 977/FontFileDaemon % <id> <obj> <font_descriptor> FontFileDaemon <id> <obj>