[cmap] Minor remove magic number

This commit is contained in:
Behdad Esfahbod 2023-04-25 16:13:54 -06:00
parent 580b0dc1c3
commit 9ee7c2ea63

View file

@ -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))