* src/truetype/ttgload.c (load_truetype_glyph): Fix MSVC warning C4312.

This commit is contained in:
Alexei Podtelezhnikov 2021-10-29 10:31:59 -04:00
parent 31fd054701
commit 94cb3a2eb9
1 changed files with 1 additions and 1 deletions

View File

@ -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,