[kern] Minor

This commit is contained in:
Behdad Esfahbod 2018-11-06 19:24:04 -05:00
parent 9c04b60583
commit 9810f0b80e
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ struct KernSubTableFormat1
/* The following two flags are undocumented in the spec, but described
* in the example. */
bool last = v & 1;
v = v & ~1;
v &= ~1;
if (v == 0x8000)
{
crossOffset = 0;