mirror of
https://github.com/Z3Prover/z3
synced 2026-01-19 16:53:18 +00:00
fix build
This commit is contained in:
parent
c5b28950d5
commit
1d8c50ebd6
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ namespace Microsoft.Z3
|
|||
/// <returns>String representation</returns>
|
||||
public string ToString(bool compact)
|
||||
{
|
||||
return Native.Z3_rcf_num_to_string(Context.nCtx, NativeObject, compact ? 1 : 0, false);
|
||||
return Native.Z3_rcf_num_to_string(Context.nCtx, NativeObject, compact ? (byte)1 : (byte)0, 0);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue