mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Minor
This commit is contained in:
parent
8b427c78ef
commit
74439d0aa1
1 changed files with 1 additions and 1 deletions
|
@ -1667,7 +1667,7 @@ static inline void chain_context_closure_lookup (hb_closure_context_t *c,
|
|||
&& intersects_array (c,
|
||||
inputCount ? inputCount - 1 : 0, input,
|
||||
lookup_context.funcs.intersects, lookup_context.intersects_data[1])
|
||||
&& intersects_array (c,
|
||||
&& intersects_array (c,
|
||||
lookaheadCount, lookahead,
|
||||
lookup_context.funcs.intersects, lookup_context.intersects_data[2]))
|
||||
recurse_lookups (c,
|
||||
|
|
Loading…
Add table
Reference in a new issue