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

truetype-mm
Alexei Podtelezhnikov 2 years ago
parent a2b8937d47
commit 51c1705477
  1. 2
      src/cff/cffparse.c

@ -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…
Cancel
Save