mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix RCF API logging bug
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									09b5724d82
								
							
						
					
					
						commit
						56db84a0e5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -133,7 +133,7 @@ extern "C" {
 | 
			
		|||
        for (unsigned i = 0; i < num_roots; i++) {
 | 
			
		||||
            roots[i] = from_rcnumeral(rs[i]);
 | 
			
		||||
        }
 | 
			
		||||
        return num_roots;
 | 
			
		||||
        RETURN_Z3_rcf_mk_roots num_roots;
 | 
			
		||||
        Z3_CATCH_RETURN(0);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue