diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-05-05 14:16:23 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-05-05 14:16:23 +0000 |
commit | 4293a52a3030bd12a329509dec779b57e0323355 (patch) | |
tree | 6c5fbdc9a8ef35e33e65070c28152148fe620371 /Build/source/texk/web2c/dvicopy.ch | |
parent | 9f82f3972871f1e20daef6631f79614da1619514 (diff) |
texk/web2c: Minor bug fix and typos for (o)dvicopy
git-svn-id: svn://tug.org/texlive/trunk@33845 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/dvicopy.ch')
-rw-r--r-- | Build/source/texk/web2c/dvicopy.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/dvicopy.ch b/Build/source/texk/web2c/dvicopy.ch index 9f0e044c7cf..6c0ed00ec0c 100644 --- a/Build/source/texk/web2c/dvicopy.ch +++ b/Build/source/texk/web2c/dvicopy.ch @@ -192,7 +192,7 @@ else #:=(((a-intcast(256))*intcast(256)+b)*intcast(256)+c)*intcast(256)+d @z @x [63] Ignore arguments to make_font_name. -@ For \.{TFM} and \.{VF} files we just append the apropriate extension +@ For \.{TFM} and \.{VF} files we just append the appropriate extension to the file name packet; in addition a system dependent area part (usually different for \.{TFM} and \.{VF} files) is prepended if the file name packet contains no area part. @@ -239,7 +239,7 @@ cur_loc:=pckt_start[n]; cur_limit:=pckt_start[n+1]; @z @x - if (b>="a")and(b<="z") then Decr(b)("a"-"A"); {convert to upper case} + if (b>="a")and(b<="z") then Decr(b)(("a"-"A")); {convert to upper case} @y @z |