forked from KolibriOS/kolibrios
Fixed bug: https://board.kolibrios.org/viewtopic.php?f=24&p=77680#p77627 (thanks Coldy)
git-svn-id: svn://kolibrios.org@9463 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
086f5f8132
commit
c344589fa0
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user