提交 86522e49 编写于 作者: B Behdad Esfahbod

Fix glyph closure recursion!

上级 74439d0a
...@@ -977,7 +977,7 @@ static inline void recurse_lookups (context_t *c, ...@@ -977,7 +977,7 @@ static inline void recurse_lookups (context_t *c,
const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */) const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */)
{ {
for (unsigned int i = 0; i < lookupCount; i++) for (unsigned int i = 0; i < lookupCount; i++)
c->recurse (lookupRecord->lookupListIndex); c->recurse (lookupRecord[i].lookupListIndex);
} }
static inline bool apply_lookup (hb_apply_context_t *c, static inline bool apply_lookup (hb_apply_context_t *c,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册