Allow space in one more place when parsing features

This commit is contained in:
Behdad Esfahbod 2012-01-14 17:55:51 -05:00
parent af92135424
commit a097043f9a
1 changed files with 2 additions and 0 deletions

View File

@ -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;