From 192c587956426d6922b1495496902ad29b569514 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 19 Dec 2006 01:35:49 +0000 Subject: 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 --- Build/source/texk/web2c/mf.web | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/mf.web') 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 (March 1995). % Version 2.7182 fixed bugs related to "" (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 @= -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));@/ -- cgit v1.2.3