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 06bdffe50..5e7b1885b 100644
--- a/src/cid/cidload.c
+++ b/src/cid/cidload.c
@@ -201,7 +201,7 @@
/* `1000/temp_scale', because temp_scale was already multiplied by */
/* 1000 (in t1_tofixed(), from psobjs.c). */
root->units_per_EM = (FT_UShort)( FT_DivFix( 0x10000L,
- FT_DivFix( temp_scale, 1000 ) ) >> 16 );
+ FT_DivFix( temp_scale, 1000 ) ) );
/* we need to scale the values by 1.0/temp[3] */
if ( temp_scale != 0x10000L )