[subset] Fix thinko
This commit is contained in:
parent
eeffabc875
commit
39b86695cf
|
@ -221,7 +221,7 @@ hb_subset_face_add_table (hb_face_t *face, hb_tag_t tag, hb_blob_t *blob)
|
||||||
|
|
||||||
hb_subset_face_data_t *data = (hb_subset_face_data_t *) face->user_data;
|
hb_subset_face_data_t *data = (hb_subset_face_data_t *) face->user_data;
|
||||||
|
|
||||||
hb_subset_face_data_t::table_entry_t *entry = data->tables.lsearch (tag);
|
hb_subset_face_data_t::table_entry_t *entry = data->tables.push ();
|
||||||
if (unlikely (!entry))
|
if (unlikely (!entry))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue