fixed linux current directory compile bug
parent
850b5dd5d4
commit
1148347105
|
@ -1770,7 +1770,7 @@ main(int argc, char **argv){
|
||||||
replace_char(&curdir, '\\', '/');
|
replace_char(&curdir, '\\', '/');
|
||||||
|
|
||||||
LOG("Initializing application variables\n");
|
LOG("Initializing application variables\n");
|
||||||
app.init(&sysfunc, &target, &memory_vars, linuxvars.clipboard_contents, current_directory, custom_api);
|
app.init(&sysfunc, &target, &memory_vars, win32vars.clipboard_contents, curdir, custom_api);
|
||||||
|
|
||||||
LinuxResizeTarget(window_width, window_height);
|
LinuxResizeTarget(window_width, window_height);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue