mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
Merge branch 'master' of https://github.com/z3prover/z3 into csp
This commit is contained in:
commit
fac114872f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ void format2ostream(std::ostream & out, char const* msg, va_list args) {
|
||||||
va_end(args_copy);
|
va_end(args_copy);
|
||||||
|
|
||||||
// +1 is for NUL termination.
|
// +1 is for NUL termination.
|
||||||
buff.resize(msg_len + 1);
|
buff.resize(static_cast<unsigned>(msg_len + 1));
|
||||||
|
|
||||||
VPRF(buff.c_ptr(), buff.size(), msg, args);
|
VPRF(buff.c_ptr(), buff.size(), msg, args);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue