Fix build, third times...

This commit is contained in:
Behdad Esfahbod 2019-12-06 04:28:06 +00:00
parent 34f5cc2cc8
commit 9168310bb4
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ struct post
} }
hb_bytes_t st (name, len); hb_bytes_t st (name, len);
auto* gid = hb_bsearch (hb_addressof (st), gids, count, sizeof (gids[0]), cmp_key, (void *) this); auto* gid = hb_bsearch (st, gids, count, sizeof (gids[0]), cmp_key, (void *) this);
if (gid) if (gid)
{ {
*glyph = *gid; *glyph = *gid;