summaryrefslogtreecommitdiff
path: root/src/type1/t1afm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/type1/t1afm.c')
-rw-r--r--src/type1/t1afm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type1/t1afm.c b/src/type1/t1afm.c
index 970bc644f..5f0457d5c 100644
--- a/src/type1/t1afm.c
+++ b/src/type1/t1afm.c
@@ -74,7 +74,7 @@
while ( IS_ALPHANUM( *p ) && p < limit )
p++;
- len = p - *start;
+ len = (FT_Int)( p - *start );
if ( len > 0 && len < 64 )
{