mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +02:00
removed compiler warning
This commit is contained in:
parent
1093730447
commit
2062286fa8
@ -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 ) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user