[subset] Fixup

pull/763/head
Behdad Esfahbod 7 years ago
parent c9acab3cfb
commit 577becaf7b
  1. 2
      src/hb-subset.cc

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

Loading…
Cancel
Save