mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[VARC] Try fixing build failure on i386
This commit is contained in:
parent
1e2bd4983e
commit
2db636c65e
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue