[VARC] Try fixing build failure on i386

This commit is contained in:
Behdad Esfahbod 2024-06-06 11:17:35 -06:00
parent 1e2bd4983e
commit 2db636c65e

View file

@ -247,7 +247,7 @@ VarComponent::get_path_at (hb_font_t *font,
if (flags & (unsigned) flags_t::flag) \
{ \
static_assert (type::static_size == HBINT16::static_size, ""); \
if (unlikely (end - record < HBINT16::static_size)) \
if (unlikely (unsigned (end - record) < HBINT16::static_size)) \
return hb_ubytes_t (); \
hb_barrier (); \
transform.name = * (const HBINT16 *) record; \