mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[cmap] Minor remove magic number
This commit is contained in:
parent
580b0dc1c3
commit
9ee7c2ea63
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ struct CmapSubtableFormat4
|
|||
const HBUINT16 *found = hb_bsearch (codepoint,
|
||||
this->endCount,
|
||||
this->segCount,
|
||||
2,
|
||||
sizeof (CustomRange),
|
||||
_hb_cmp_method<hb_codepoint_t, CustomRange, unsigned>,
|
||||
this->segCount + 1);
|
||||
if (unlikely (!found))
|
||||
|
|
Loading…
Add table
Reference in a new issue