commit | a097043f9a81e6c20caf69a5dabdf9e00438d79b | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat Jan 14 17:55:51 2012 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sat Jan 14 17:55:51 2012 -0500 |
tree | da8ec388f4948df0bf13938cdb6838f5f9c9c65a | |
parent | af92135424b994062648f4fb7e26af0bd970a4b1 [diff] |
Allow space in one more place when parsing features
diff --git a/util/options.cc b/util/options.cc index a3da825..2f201c5 100644 --- a/util/options.cc +++ b/util/options.cc
@@ -269,6 +269,8 @@ static hb_bool_t parse_feature_indices (char **pp, hb_feature_t *feature) { + parse_space (pp); + hb_bool_t has_start; feature->start = 0;