[PairPos] Fix what I broke

This commit is contained in:
Behdad Esfahbod 2023-05-03 13:52:43 -06:00
parent a6f5f0dc4a
commit 323a1fe496

View file

@ -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);