3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-19 16:53:18 +00:00

fix build

This commit is contained in:
Nuno Lopes 2026-01-14 18:54:16 +00:00
parent c5b28950d5
commit 1d8c50ebd6

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>