* src/cff/cffparse.c (cff_parser_run): Fix variable type.
This commit is contained in:
parent
a2b8937d47
commit
51c1705477
@ -1267,7 +1267,7 @@
|
||||
FT_Fixed* stack;
|
||||
FT_ListNode node;
|
||||
CFF_T2_String t2;
|
||||
FT_Fixed t2_size;
|
||||
FT_PtrDist t2_size;
|
||||
FT_Byte* q;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user