summaryrefslogtreecommitdiff
path: root/gs/lib
diff options
context:
space:
mode:
authorAlex Cherepanov <alex.cherepanov@artifex.com>2011-09-28 11:29:27 -0400
committerAlex Cherepanov <alex.cherepanov@artifex.com>2011-09-28 11:29:27 -0400
commit326f67e01b02936dfdf5d51b918e3d1878765282 (patch)
treef2bab4eb8de95caabffc02eb1eefb8133aa6f6d8 /gs/lib
parent48e7b9e6aaf93eded227a089b94f90db209476ff (diff)
downloadghostpdl-326f67e01b02936dfdf5d51b918e3d1878765282.tar.gz
Bug 692551. Remove .min for compatibility with other interpreters.
Diffstat (limited to 'gs/lib')
-rw-r--r--gs/lib/prfont.ps4
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/lib/prfont.ps b/gs/lib/prfont.ps
index 7d8f86f1b..884193deb 100644
--- a/gs/lib/prfont.ps
+++ b/gs/lib/prfont.ps
@@ -155,7 +155,7 @@
0 128 Unencoded length 1 sub
{ /BlockStart 1 index def
- dup 128 add Unencoded length .min 1 index sub
+ dup 128 add Unencoded length min 1 index sub
Unencoded 3 1 roll getinterval TempEncoding copy
/BlockEncoding exch def
/BlockCount BlockEncoding length def
@@ -176,7 +176,7 @@
36 2.4 Inch moveto
0 32 BlockCount 1 sub {
0 -0.4 Inch rmoveto gsave
- dup 31 add BlockCount 1 sub .min
+ dup 31 add BlockCount 1 sub min
exch BlockStart add exch BlockStart add DoLine
grestore
} for