[instancer] bug fix
This commit is contained in:
parent
3fd9311649
commit
840e1b6b84
|
@ -238,7 +238,7 @@ _GSUBGPOS_find_duplicate_features (const OT::GSUBGPOS &g,
|
|||
|
||||
const OT::Feature* other_f = &(g.get_feature (other_f_index));
|
||||
if (feature_substitutes_map->has (other_f_index, &p))
|
||||
f = *p;
|
||||
other_f = *p;
|
||||
|
||||
auto f_iter =
|
||||
+ hb_iter (f->lookupIndex)
|
||||
|
|
Loading…
Reference in New Issue