.
This commit is contained in:
parent
90068e62fa
commit
6b8ff52061
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -581,7 +581,7 @@ void boolset_discard(struct boolset* this, uint16_t e)
|
|||
|
||||
assert(this->data[0][e]);
|
||||
|
||||
for (int k = 0; k < B && !--this-> data[k][e >> k]; k++);
|
||||
for (int k = 0; k < B && !--this->data[k][e >> k]; k++);
|
||||
|
||||
#if ZDEBUG
|
||||
calldepth--;
|
||||
|
|
|
|||
Loading…
Reference in a new issue