[subset] Fixup

This commit is contained in:
Behdad Esfahbod 2018-02-07 17:38:40 -06:00
parent c9acab3cfb
commit 577becaf7b
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ hb_subset (hb_face_t *source,
hb_tag_t table_tags[32]; hb_tag_t table_tags[32];
unsigned int offset = 0, count; unsigned int offset = 0, count;
do { do {
count == ARRAY_LENGTH (table_tags); count = ARRAY_LENGTH (table_tags);
hb_face_get_table_tags (source, offset, &count, table_tags); hb_face_get_table_tags (source, offset, &count, table_tags);
for (unsigned int i = 0; i < count; i++) for (unsigned int i = 0; i < count; i++)
{ {