This commit is contained in:
blueshade7 2019-11-17 02:25:39 -08:00 committed by Behdad Esfahbod
parent 6d9eb9c040
commit 51e7728521
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ struct cff1
} }
else else
{ {
byte_str = (*stringIndex)[sid - HB_CFF_STD_STR_COUNT ]; byte_str = (*stringIndex)[sid - HB_CFF_STD_STR_COUNT];
str = (const char *)byte_str.arrayZ; str = (const char *)byte_str.arrayZ;
str_len = byte_str.length; str_len = byte_str.length;
} }