mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: platform: posix: fix a typo
This commit is contained in:
@@ -149,7 +149,7 @@ void Posix_Daemonize( void )
|
||||
static void Posix_SigtermCallback( int signal )
|
||||
{
|
||||
string reason;
|
||||
Con_Printf( reason, sizeof( reason ), "caught signal %d", signal );
|
||||
Q_snprintf( reason, sizeof( reason ), "caught signal %d", signal );
|
||||
Sys_Quit( reason );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user