mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Fix RCF API logging bug
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
09b5724d82
commit
56db84a0e5
|
@ -133,7 +133,7 @@ extern "C" {
|
||||||
for (unsigned i = 0; i < num_roots; i++) {
|
for (unsigned i = 0; i < num_roots; i++) {
|
||||||
roots[i] = from_rcnumeral(rs[i]);
|
roots[i] = from_rcnumeral(rs[i]);
|
||||||
}
|
}
|
||||||
return num_roots;
|
RETURN_Z3_rcf_mk_roots num_roots;
|
||||||
Z3_CATCH_RETURN(0);
|
Z3_CATCH_RETURN(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue