git-svn-id: svn://kolibrios.org@9463 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat 2021-12-23 17:07:46 +00:00
parent 086f5f8132
commit c344589fa0

View File

@ -1375,6 +1375,11 @@ int _ksys_exec(char *app_name, char *args)
file_opt.p00 = 7;
file_opt.p04dw = 0;
file_opt.p08dw = (unsigned)args;
file_opt.p12 = 0;
file_opt.p16 = 0;
file_opt.p20 = 0;
file_opt.p21 = app_name;
return _ksys_work_files(&file_opt);
}