mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[instancer] bug fix
This commit is contained in:
parent
3fd9311649
commit
840e1b6b84
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue