mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +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); | ||||
| 
 | ||||
|     // +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); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue