[HB] Ouch. Fix compilation.
This commit is contained in:
parent
0532ed160c
commit
f71329147b
@ -919,7 +919,7 @@ struct MarkBasePosFormat1
|
|||||||
if (HB_UNLIKELY (i == count))
|
if (HB_UNLIKELY (i == count))
|
||||||
return false;
|
return false;
|
||||||
i++, j--;
|
i++, j--;
|
||||||
} while (_hb_ot_layout_skip_mark (context->face, IN_INFO (j), LookupFlag::IgnoreMarks, &property))
|
} while (_hb_ot_layout_skip_mark (context->face, IN_INFO (j), LookupFlag::IgnoreMarks, &property));
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* The following assertion is too strong. */
|
/* The following assertion is too strong. */
|
||||||
|
Loading…
Reference in New Issue
Block a user