From 1ce1b46814591e4936ed71023e4d2c6a1aff681e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 6 May 2007 17:42:11 +0000 Subject: [PATCH] Simplify. --- stepmania/src/RageException.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageException.cpp b/stepmania/src/RageException.cpp index 493b15195e..e4f575c3aa 100644 --- a/stepmania/src/RageException.cpp +++ b/stepmania/src/RageException.cpp @@ -45,7 +45,7 @@ void RageException::Throw( const char *sFmt, ... ) } else { - printf( "%s\n", msg.c_str() ); + puts( msg ); fflush( stdout ); }