diff options
-rw-r--r-- | pango/pango-ot-info.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index 3b639dbe..d494d7f4 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -189,11 +189,10 @@ pango_ot_info_find_language (PangoOTInfo *info, &l_index); if (language_index) *language_index = l_index; - hb_ot_layout_language_get_required_feature (info->hb_face, tt, - script_index, - l_index, - required_feature_index, - NULL); + hb_ot_layout_language_get_required_feature_index (info->hb_face, tt, + script_index, + l_index, + required_feature_index); return ret; } |