mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 23:14:40 +00:00
port dotnet to use bool sorts from API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
abd9b4c05d
commit
c66628e6e1
2 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ namespace Microsoft.Z3
|
|||
public static bool Open(string filename)
|
||||
{
|
||||
m_is_open = true;
|
||||
return Native.Z3_open_log(filename) == 1;
|
||||
return Native.Z3_open_log(filename);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue