* src/truetype/ttgload.c (load_truetype_glyph): Fix MSVC warning C4312.
This commit is contained in:
parent
31fd054701
commit
94cb3a2eb9
@ -1902,7 +1902,7 @@
|
||||
/* clear the nodes filled by sibling chains */
|
||||
node = ft_list_get_node_at( &loader->composites, recurse_count );
|
||||
for ( node2 = node; node2; node2 = node2->next )
|
||||
node2->data = (void*)FT_ULONG_MAX;
|
||||
node2->data = (void*)-1;
|
||||
|
||||
/* check whether we already have a composite glyph with this index */
|
||||
if ( FT_List_Find( &loader->composites,
|
||||
|
Loading…
Reference in New Issue
Block a user