got a test backwards
This commit is contained in:
		
							parent
							
								
									4c2e9d9e15
								
							
						
					
					
						commit
						f74e663658
					
				@ -62,7 +62,7 @@ HRESULT Epython_register_constants(PyObject *module, PCREGCONSTANT const_table)
 | 
				
			|||||||
	    Log(LERROR, "register_constants type '%c' unknown", const_table[i].regtype);
 | 
						    Log(LERROR, "register_constants type '%c' unknown", const_table[i].regtype);
 | 
				
			||||||
	    return E_UNEXPECTED;
 | 
						    return E_UNEXPECTED;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if (!rc)
 | 
						if (rc)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
	  Log(LERROR, "Failed to register constant %s", const_table[i].name);
 | 
						  Log(LERROR, "Failed to register constant %s", const_table[i].name);
 | 
				
			||||||
	  hr = E_FAIL;
 | 
						  hr = E_FAIL;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user