* src/cff/cffparse.c (cff_parser_run): Fix variable type.

This commit is contained in:
Alexei Podtelezhnikov 2023-03-04 23:32:50 -05:00
parent a2b8937d47
commit 51c1705477
1 changed files with 1 additions and 1 deletions

View File

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