mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 09:35:23 -04:00
copy paste fail
This commit is contained in:
parent
e5a414736f
commit
63280b8519
@ -114,7 +114,7 @@ cc_result Platform_SetDefaultCurrentDirectory(int argc, char **argv) {
|
||||
String_InitArray_NT(dir, dirBuffer);
|
||||
|
||||
JavaCall_Void_String("getExternalAppDir", &dir);
|
||||
dir.buffer[dir.length] = '\0';=
|
||||
dir.buffer[dir.length] = '\0';
|
||||
Platform_Log1("EXTERNAL DIR: %s|", &dir);
|
||||
|
||||
int res = chdir(dir.buffer) == -1 ? errno : 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user