[cmap] Minor cast
This commit is contained in:
parent
4cdb5cc69b
commit
cd29147e30
|
@ -930,7 +930,7 @@ struct DefaultUVS : SortedArray32Of<UnicodeValueRange>
|
|||
|
||||
for (const UnicodeValueRange& _ : *this)
|
||||
{
|
||||
hb_codepoint_t curEntry = (unsigned) _.startUnicodeValue - 1;
|
||||
hb_codepoint_t curEntry = (hb_codepoint_t) (_.startUnicodeValue - 1);
|
||||
hb_codepoint_t end = curEntry + _.additionalCount + 2;
|
||||
|
||||
for (; unicodes->next (&curEntry) && curEntry < end;)
|
||||
|
|
Loading…
Reference in New Issue