summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mf.web
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-19 01:35:49 +0000
committerKarl Berry <karl@freefriends.org>2006-12-19 01:35:49 +0000
commit192c587956426d6922b1495496902ad29b569514 (patch)
tree406ca21c5d1920afdc889ea97116d78674548b3e /Build/source/texk/web2c/mf.web
parent9a09aff4683470dfbaa491c0e38b230f6c88b6d9 (diff)
update mf.web (from ftp.stanford.edu), and excise unused variables (from Akira)
git-svn-id: svn://tug.org/texlive/trunk@2804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mf.web')
-rw-r--r--Build/source/texk/web2c/mf.web4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mf.web b/Build/source/texk/web2c/mf.web
index 81b5302536f..3854d7c2638 100644
--- a/Build/source/texk/web2c/mf.web
+++ b/Build/source/texk/web2c/mf.web
@@ -23,7 +23,7 @@
% Version 2.71 fixed bug in draw, allowed unprintable filenames (March 1992).
% Version 2.718 fixed bug in <Choose a dependent...> (March 1995).
% Version 2.7182 fixed bugs related to "<unprintable char>" (August 1996).
-% Version 2.71828 suppressed autorounding in dangerous cases (December 2002).
+% Version 2.71828 suppressed autorounding in dangerous cases (June 2003).
% A reward of $327.68 will be paid to the first finder of any remaining bug.
@@ -8662,7 +8662,7 @@ except when |t| is too large to be stored in a quarterword.
else if chopped=0 then chopped:=-1
@<Truncate the values of all coordinates that exceed...@>=
-p:=cur_spec; k:=1; chopped:=0; dmax:=max_allowed/2;
+p:=cur_spec; k:=1; chopped:=0; dmax:=half(max_allowed);
repeat procrustes(left_x(p)); procrustes(left_y(p));
procrustes(x_coord(p)); procrustes(y_coord(p));
procrustes(right_x(p)); procrustes(right_y(p));@/