mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
platform: fix type in formatter string
This commit is contained in:
@@ -56,7 +56,7 @@ void Posix_Daemonize( void )
|
||||
if( daemon > 0 )
|
||||
{
|
||||
// parent
|
||||
Con_Reportf( "Child pid: %i\n", daemon );
|
||||
Con_Reportf( "Child pid: %ld\n", (long)daemon );
|
||||
exit( 0 );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user