summaryrefslogtreecommitdiff
path: root/src/cff/cf2font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cff/cf2font.c')
-rw-r--r--src/cff/cf2font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cff/cf2font.c b/src/cff/cf2font.c
index a86e3619b..25514373b 100644
--- a/src/cff/cf2font.c
+++ b/src/cff/cf2font.c
@@ -117,7 +117,7 @@
return;
/* protect against range problems and divide by zero */
- if ( emRatio < cf2_floatToFixed( .01 ) )
+ if ( emRatio < cf2_doubleToFixed( .01 ) )
return;
if ( stemDarkened )