Simplify.
This commit is contained in:
@@ -45,7 +45,7 @@ void RageException::Throw( const char *sFmt, ... )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf( "%s\n", msg.c_str() );
|
puts( msg );
|
||||||
fflush( stdout );
|
fflush( stdout );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user