mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
001ddef058
commit
b479c34c0b
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ protected:
|
|||
else if (!n2) {
|
||||
n2 = mk_fresh(id, m.get_sort(arg));
|
||||
trail.push_back(n2);
|
||||
todo.push_back(expr_pos(self_pos, child_id++, i, arg));
|
||||
todo.push_back(expr_pos(self_pos, ++child_id, i, arg));
|
||||
names.push_back(n2);
|
||||
args.push_back(n2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue