aboutsummaryrefslogtreecommitdiff
path: root/src/OT/Layout/GPOS/PairPosFormat1.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/OT/Layout/GPOS/PairPosFormat1.hh')
-rw-r--r--src/OT/Layout/GPOS/PairPosFormat1.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OT/Layout/GPOS/PairPosFormat1.hh b/src/OT/Layout/GPOS/PairPosFormat1.hh
index 714b4bec7..e4a2006fb 100644
--- a/src/OT/Layout/GPOS/PairPosFormat1.hh
+++ b/src/OT/Layout/GPOS/PairPosFormat1.hh
@@ -110,7 +110,7 @@ struct PairPosFormat1_3
if (likely (index == NOT_COVERED)) return_trace (false);
hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input;
- skippy_iter.reset_fast (buffer->idx, 1);
+ skippy_iter.reset_fast (buffer->idx);
unsigned unsafe_to;
if (unlikely (!skippy_iter.next (&unsafe_to)))
{