filesystem: fix Windows build
This commit is contained in:
parent
f13c285287
commit
9cd9744407
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue