minor
This commit is contained in:
parent
b2628f1a3e
commit
0527fda4c7
|
@ -68,8 +68,7 @@ hb_plan_subset_cff_fdselect (const hb_subset_plan_t *plan,
|
||||||
{
|
{
|
||||||
/* use hb_set to determine the subset of font dicts */
|
/* use hb_set to determine the subset of font dicts */
|
||||||
hb_set_t *set = hb_set_create ();
|
hb_set_t *set = hb_set_create ();
|
||||||
if (set == &Null (hb_set_t))
|
if (unlikely (set == &Null (hb_set_t))) return false;
|
||||||
return false;
|
|
||||||
hb_codepoint_t prev_fd = CFF_UNDEF_CODE;
|
hb_codepoint_t prev_fd = CFF_UNDEF_CODE;
|
||||||
for (hb_codepoint_t i = 0; i < subset_num_glyphs; i++)
|
for (hb_codepoint_t i = 0; i < subset_num_glyphs; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue