summaryrefslogtreecommitdiff
path: root/Build/source/texk/afm2pl
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/afm2pl')
-rw-r--r--Build/source/texk/afm2pl/afm2pl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/afm2pl/afm2pl.c b/Build/source/texk/afm2pl/afm2pl.c
index 33e8bfa35b2..7820119195a 100644
--- a/Build/source/texk/afm2pl/afm2pl.c
+++ b/Build/source/texk/afm2pl/afm2pl.c
@@ -864,7 +864,7 @@ changeadobe(void)
/* Avoid output of '(SLANT R -0.000000)' due to floating point
* rounding; neither round() nor fabs() need be defined. */
- if ((newslant < 0.0) && (newslant*2000000.0 > 0.0))
+ if ((newslant < 0.0) && (newslant*2000000.0 >= -1.0))
newslant = 0.0;
/* if !keepligs, remove native ligatures */