mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
filesystem: fix Windows build
This commit is contained in:
@@ -1716,7 +1716,7 @@ int FS_SetCurrentDirectory( const char *path )
|
||||
NULL, GetLastError(), MAKELANGID( LANG_ENGLISH, SUBLANG_DEFAULT ),
|
||||
buf, sizeof( buf ), NULL );
|
||||
|
||||
Sys_Error( "Changing directory to %s failed: %s\n", path, buf )
|
||||
Sys_Error( "Changing directory to %s failed: %s\n", path, buf );
|
||||
return false;
|
||||
}
|
||||
#elif XASH_POSIX
|
||||
|
||||
Reference in New Issue
Block a user