mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 11:26:21 +00:00
fix build
This commit is contained in:
parent
a3c10c68a7
commit
3dd21d481b
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ namespace Microsoft.Z3
|
||||||
/// <returns>String representation</returns>
|
/// <returns>String representation</returns>
|
||||||
public string ToString(bool compact)
|
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>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue