summaryrefslogtreecommitdiff
path: root/src/cid/cidload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cid/cidload.c')
-rw-r--r--src/cid/cidload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cid/cidload.c b/src/cid/cidload.c
index 77abcee12..057bead53 100644
--- a/src/cid/cidload.c
+++ b/src/cid/cidload.c
@@ -332,7 +332,7 @@
while ( cur2 < limit && is_alpha( *cur2 ) )
cur2++;
- len = cur2 - cur;
+ len = (FT_Int)( cur2 - cur );
if ( len > 0 && len < 22 )
{
/* now compare the immediate name to the keyword table */