diff --git a/platform/windows/os_windows.cpp b/platform/windows/os_windows.cpp index ec3d9e3f7bc..33408fe97fc 100644 --- a/platform/windows/os_windows.cpp +++ b/platform/windows/os_windows.cpp @@ -1972,10 +1972,10 @@ Error OS_Windows::execute(const String& p_path, const List& p_arguments, String argss; argss="\"\""+p_path+"\""; + + for (const List::Element* E=p_arguments.front(); E; E=E->next()) { - for(int i=0;iget()+"\""; } // print_line("ARGS: "+argss);