forked from KolibriOS/kolibrios
Eolite: fix bugs
git-svn-id: svn://kolibrios.org@5398 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b087ff6fa0
commit
09b55147be
@ -920,6 +920,7 @@ void ShowOpenWithDialog()
|
|||||||
{
|
{
|
||||||
byte param[4097];
|
byte param[4097];
|
||||||
param[0] = '~';
|
param[0] = '~';
|
||||||
|
param[1] = '\0';
|
||||||
strcat(#param, #file_path);
|
strcat(#param, #file_path);
|
||||||
RunProgram("/sys/@open", #param);
|
RunProgram("/sys/@open", #param);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user