mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	fix #6442
This commit is contained in:
		
							parent
							
								
									d8133a47c2
								
							
						
					
					
						commit
						4c1a3fab64
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -212,6 +212,8 @@ extern "C" {
 | 
			
		|||
                buffer.push_back('\\');
 | 
			
		||||
                buffer.push_back('u');
 | 
			
		||||
                buffer.push_back('{');
 | 
			
		||||
                if (ch == 0)
 | 
			
		||||
                    buff.push_back('0');
 | 
			
		||||
                while (ch > 0) {
 | 
			
		||||
                    unsigned d = ch & 0xF;
 | 
			
		||||
                    if (d < 10)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue