[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
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ static void save_action()
|
|||
int len;
|
||||
|
||||
path = FILE_cat(FILE_get_dir(COMP_project), ".action", NULL);
|
||||
mkdir(path, 0777);
|
||||
FILE_set_owner(path, COMP_project);
|
||||
|
||||
name = STR_copy(FILE_set_ext(FILE_get_name(JOB->form), "action"));
|
||||
|
|
Loading…
Reference in a new issue