mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 12:05:14 -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;
|
if (path.buffer[i] == '/' || path.buffer[i] == '\\') break;
|
||||||
}
|
}
|
||||||
res = Platform_SetCurrentDirectory(&path);
|
res = Platform_SetCurrentDirectory(&path);
|
||||||
if (res) { Logger_Warn(res, "setting current directory"); return; }
|
if (res) { Logger_OldWarn(res, "setting current directory"); return; }
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user