removed compiler warning

This commit is contained in:
David Turner 2002-05-01 08:48:35 +00:00
parent 8ff18d7f74
commit 3faaa46429
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@
/* some broken asian fonts have a storage offset whose value is */
/* 12*numNameRecords. We deal with them here.. */
if ( storageOffset == 12 * names->numNameRecords )
if ( storageOffset == (FT_ULong)(12 * names->numNameRecords) )
storageOffset += 6;
if ( storageOffset < (FT_ULong)( 6 + 12 * names->numNameRecords ) ||