summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/tfmread.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makejvf/tfmread.c')
-rw-r--r--Build/source/texk/makejvf/tfmread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/makejvf/tfmread.c b/Build/source/texk/makejvf/tfmread.c
index 64c72cfb3a6..36bbac46dda 100644
--- a/Build/source/texk/makejvf/tfmread.c
+++ b/Build/source/texk/makejvf/tfmread.c
@@ -68,7 +68,7 @@ int jfmread(int kcode)
break;
}
}
- if (ll + w + rr == zw)
+ if (abs(zw - ll - w - rr) <= 1) /* allow round-off error */
/* character width is truncated,
and metric glue/kern is inserted as a substitute to fill zenkaku */
rightamount = ll;