summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2017-05-12 13:47:34 +0100
committerKen Sharp <ken.sharp@artifex.com>2017-05-12 13:51:03 +0100
commit0072619f46f89e0c7406160d4829bccda314b37d (patch)
tree8aff243cbde42acae85e47978e695d2df8099114 /lib
parent0feca09fccfa3b45b095f85a9627a89954b03d58 (diff)
downloadghostpdl-0072619f46f89e0c7406160d4829bccda314b37d.tar.gz
ps2epsi - reapply fix
Bug #697890 "Bug 689832 still unresolved in master" The fix for this was applied (contrary to the report in 697890) but it was later removed as part of the fix for bug #688500. I presume this was accidental, since 688500 predates 689832, but the fix was applied later. I don' know how this happened and after 8 years I don't propose to worry about it. Just reapply the fix for 689832
Diffstat (limited to 'lib')
-rw-r--r--lib/ps2epsi.ps4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ps2epsi.ps b/lib/ps2epsi.ps
index 35c203a85..65d5b862e 100644
--- a/lib/ps2epsi.ps
+++ b/lib/ps2epsi.ps
@@ -164,7 +164,9 @@ ps2edict begin
dup rm gt
% If the new index is greater, we save index and element
{ /rm exch def } { pop } ifelse
- } if
+ } {
+ pop
+ } ifelse
} for
% Write out the magic string and bounding box information