mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
again
This commit is contained in:
parent
01e520ad4d
commit
cc3ae79136
@ -79,7 +79,7 @@ static void Program_SetCurrentDirectory(void) {
|
||||
if (path.buffer[i] == '/' || path.buffer[i] == '\\') break;
|
||||
}
|
||||
res = Platform_SetCurrentDirectory(&path);
|
||||
if (res) { Logger_Warn(res, "setting current directory"); return; }
|
||||
if (res) { Logger_OldWarn(res, "setting current directory"); return; }
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user