mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-12 16:23:01 +00:00
Fix build, third times...
This commit is contained in:
parent
34f5cc2cc8
commit
9168310bb4
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ struct post
|
|||
}
|
||||
|
||||
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)
|
||||
{
|
||||
*glyph = *gid;
|
||||
|
|
Loading…
Add table
Reference in a new issue