[Coverage] Minor type change
This commit is contained in:
parent
b38587aa0b
commit
afa65f2903
|
@ -144,7 +144,7 @@ struct CoverageFormat2_4
|
|||
{
|
||||
for (const auto& range : rangeRecord)
|
||||
{
|
||||
unsigned last = range.last;
|
||||
hb_codepoint_t last = range.last;
|
||||
for (hb_codepoint_t g = range.first - 1;
|
||||
glyphs.next (&g) && g <= last;)
|
||||
intersect_glyphs << g;
|
||||
|
|
Loading…
Reference in New Issue