Minor
This commit is contained in:
parent
2ade008628
commit
a27a31b9ee
|
@ -1224,7 +1224,7 @@ struct ClassDefFormat1
|
|||
hb_codepoint_t glyph_max = +glyphs | hb_reduce (hb_max, 0u);
|
||||
|
||||
startGlyph = glyph_min;
|
||||
classValue.len = glyph_max - glyph_min + 1;
|
||||
c->check_assign (classValue.len, glyph_max - glyph_min + 1);
|
||||
if (unlikely (!c->extend (classValue))) return_trace (false);
|
||||
|
||||
for (unsigned int i = 0; i < glyphs.length; i++)
|
||||
|
|
Loading…
Reference in New Issue