mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[gpos] Fix conditional
This commit is contained in:
parent
773cf4fdd3
commit
cce37a6f10
1 changed files with 1 additions and 1 deletions
|
@ -1584,7 +1584,7 @@ struct PairPosFormat2
|
|||
/* Add Devices. */
|
||||
mask |= mask << 4;
|
||||
|
||||
if (valueFormat1 & !mask)
|
||||
if (valueFormat1 & ~mask)
|
||||
goto bail;
|
||||
|
||||
/* Is simple kern. Apply value on an empty position slot,
|
||||
|
|
Loading…
Add table
Reference in a new issue