[kern/kerx] Fix "reset" magic value
This commit is contained in:
parent
0123976a0c
commit
8d0f797139
@ -238,7 +238,7 @@ struct KerxSubTableFormat1
|
||||
|
||||
/* The following flag is undocumented in the spec, but described
|
||||
* in the 'kern' table example. */
|
||||
if (v == 0x8000)
|
||||
if (v == -0x8000)
|
||||
{
|
||||
crossOffset = 0;
|
||||
v = 0;
|
||||
|
@ -287,7 +287,7 @@ struct KernSubTableFormat1
|
||||
|
||||
/* The following flag is undocumented in the spec, but described
|
||||
* in the example. */
|
||||
if (v == 0x8000)
|
||||
if (v == -0x8000)
|
||||
{
|
||||
crossOffset = 0;
|
||||
v = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user