3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 07:04:22 +00:00

fix build

This commit is contained in:
Nuno Lopes 2026-01-14 18:54:16 +00:00 committed by Nikolaj Bjorner
parent a3c10c68a7
commit 3dd21d481b

View file

@ -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>