cmake build system + OS X support / cleanups for Humble Release #8
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -94,7 +94,7 @@ void raiseRbExc(const Exception &exc)
 | 
			
		|||
	RbData *data = getRbData();
 | 
			
		||||
	VALUE excClass = data->exc[excToRbExc[exc.type]];
 | 
			
		||||
 | 
			
		||||
	rb_raise(excClass, exc.msg.c_str());
 | 
			
		||||
	rb_raise(excClass, "%s", exc.msg.c_str());
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue