mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 22:58:01 +02:00
* src/cff/cffparse.c (cff_parser_run): Fix variable type.
This commit is contained in:
parent
a2b8937d47
commit
51c1705477
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue