mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Sync with latest source-sdk-2013.
This commit is contained in:
@ -49,7 +49,7 @@ static void Pause( void )
|
||||
|
||||
static void Exit(const char *msg)
|
||||
{
|
||||
fprintf( stderr, msg );
|
||||
fprintf( stderr, "%s", msg );
|
||||
Pause();
|
||||
exit( -1 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user