[glyf] Minor typo change
This commit is contained in:
parent
5cca25e5d0
commit
d0836dee7a
|
@ -129,7 +129,7 @@ struct SimpleGlyph
|
|||
unsigned count = points_.length;
|
||||
for (unsigned i = 0; i < count; i++)
|
||||
{
|
||||
uint8_t flag = points_[i].flag;
|
||||
unsigned flag = points_[i].flag;
|
||||
if (flag & short_flag)
|
||||
{
|
||||
if (unlikely (p + 1 > end)) return false;
|
||||
|
|
Loading…
Reference in New Issue