3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

Fix RCF API logging bug

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-01-07 15:10:16 -08:00
parent 09b5724d82
commit 56db84a0e5

View file

@ -133,7 +133,7 @@ extern "C" {
for (unsigned i = 0; i < num_roots; i++) {
roots[i] = from_rcnumeral(rs[i]);
}
return num_roots;
RETURN_Z3_rcf_mk_roots num_roots;
Z3_CATCH_RETURN(0);
}