filesystem: fix Windows build

This commit is contained in:
Alibek Omarov 2023-05-27 19:40:44 +03:00
parent f13c285287
commit 9cd9744407

View File

@ -1716,7 +1716,7 @@ int FS_SetCurrentDirectory( const char *path )
NULL, GetLastError(), MAKELANGID( LANG_ENGLISH, SUBLANG_DEFAULT ), NULL, GetLastError(), MAKELANGID( LANG_ENGLISH, SUBLANG_DEFAULT ),
buf, sizeof( buf ), NULL ); 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; return false;
} }
#elif XASH_POSIX #elif XASH_POSIX