3
0
Fork 0
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:
Nikolaj Bjorner 2025-11-25 21:08:43 -08:00
parent 39e427a229
commit eecd052730
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}
/**