mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-19 11:30:34 +00:00
filesystem: fix Windows build
This commit is contained in:
parent
f13c285287
commit
9cd9744407
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user