[morx] Comment

This commit is contained in:
Behdad Esfahbod 2018-10-16 13:57:35 -07:00
parent c46d42f8f2
commit c53a25c657
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ struct LigatureSubtable
uint32_t uoffset = action & LigActionOffset;
if (uoffset & 0x20000000)
uoffset += 0xC0000000;
uoffset |= 0xC0000000; /* Sign-extend. */
int32_t offset = (int32_t) uoffset;
if (buffer->idx >= buffer->len)
return false; // TODO Work on previous instead?