mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[uniscribe] Fix build
This commit is contained in:
parent
bf738ba3ba
commit
e2af4dd1ec
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ _hb_uniscribe_shape (hb_shape_plan_t *shape_plan,
|
|||
{
|
||||
active_feature_t *feature = active_features.find (&event->feature);
|
||||
if (feature)
|
||||
active_features.remove (feature - active_features);
|
||||
active_features.remove (feature - (active_feature_t *) active_features);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue