mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[PairPos] Fix what I broke
This commit is contained in:
parent
a6f5f0dc4a
commit
323a1fe496
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ struct PairPosFormat1_3
|
|||
hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input;
|
||||
skippy_iter.reset (buffer->idx, 1);
|
||||
unsigned unsafe_to;
|
||||
if (unlikely (!!skippy_iter.next (&unsafe_to)))
|
||||
if (unlikely (!skippy_iter.next (&unsafe_to)))
|
||||
{
|
||||
buffer->unsafe_to_concat (buffer->idx, unsafe_to);
|
||||
return_trace (false);
|
||||
|
|
Loading…
Add table
Reference in a new issue