Missed cleanup commit.

This commit is contained in:
Steve Checkoway
2007-05-08 06:42:13 +00:00
parent c6d598ad60
commit 60350ee449
+2 -3
View File
@@ -29,14 +29,13 @@ void RageException::Throw( const char *sFmt, ... )
va_list va;
va_start( va, sFmt );
RString error = vssprintf( sFmt, va );
va_end(va);
va_end( va );
RString msg = ssprintf(
"\n"
"//////////////////////////////////////////////////////\n"
"Exception: %s\n"
"//////////////////////////////////////////////////////\n"
"",
"//////////////////////////////////////////////////////\n",
error.c_str() );
if( LOG )
{