fix for linux something or other

master
Allen Webster 2017-07-19 16:24:04 -04:00
parent 1148347105
commit 1ca4ed357e
1 changed files with 1 additions and 1 deletions

View File

@ -1770,7 +1770,7 @@ main(int argc, char **argv){
replace_char(&curdir, '\\', '/');
LOG("Initializing application variables\n");
app.init(&sysfunc, &target, &memory_vars, win32vars.clipboard_contents, curdir, custom_api);
app.init(&sysfunc, &target, &memory_vars, linuxvars.clipboard_contents, curdir, custom_api);
LinuxResizeTarget(window_width, window_height);