[bit-set-invertible] Fix subtract() logic
This commit is contained in:
parent
f317d8e426
commit
f4fd7baf7e
|
@ -163,7 +163,7 @@ struct hb_bit_set_invertible_t
|
|||
else
|
||||
{
|
||||
if (unlikely (inverted))
|
||||
process (hb_bitwise_non, other);
|
||||
process (hb_bitwise_or, other);
|
||||
else
|
||||
process (hb_bitwise_and, other);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue