mirror of
https://github.com/Z3Prover/z3
synced 2026-01-25 19:44:01 +00:00
port to BoolPtr
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
39e427a229
commit
eecd052730
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ public final class Log
|
|||
public static boolean open(String filename)
|
||||
{
|
||||
m_is_open = true;
|
||||
return Native.openLog(filename) == 1;
|
||||
return Native.openLog(filename);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue