[COMPILER]
* BUG: A line was deleted by mistake in the previous commit. git-svn-id: svn://localhost/gambas/trunk@2435 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
4377e25e8d
commit
26d402dc2a
@ -227,6 +227,7 @@ static void save_action()
|
|||||||
int len;
|
int len;
|
||||||
|
|
||||||
path = FILE_cat(FILE_get_dir(COMP_project), ".action", NULL);
|
path = FILE_cat(FILE_get_dir(COMP_project), ".action", NULL);
|
||||||
|
mkdir(path, 0777);
|
||||||
FILE_set_owner(path, COMP_project);
|
FILE_set_owner(path, COMP_project);
|
||||||
|
|
||||||
name = STR_copy(FILE_set_ext(FILE_get_name(JOB->form), "action"));
|
name = STR_copy(FILE_set_ext(FILE_get_name(JOB->form), "action"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user