[subset] Fix thinko

This commit is contained in:
Behdad Esfahbod 2018-02-07 21:37:03 -06:00
parent eeffabc875
commit 39b86695cf
1 changed files with 1 additions and 1 deletions

View File

@ -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::table_entry_t *entry = data->tables.lsearch (tag);
hb_subset_face_data_t::table_entry_t *entry = data->tables.push ();
if (unlikely (!entry))
return false;