Allow space in one more place when parsing features
This commit is contained in:
parent
af92135424
commit
a097043f9a
|
@ -269,6 +269,8 @@ parse_feature_tag (char **pp, hb_feature_t *feature)
|
|||
static hb_bool_t
|
||||
parse_feature_indices (char **pp, hb_feature_t *feature)
|
||||
{
|
||||
parse_space (pp);
|
||||
|
||||
hb_bool_t has_start;
|
||||
|
||||
feature->start = 0;
|
||||
|
|
Loading…
Reference in New Issue