mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Use S_IRWXUGO mode when creating directories on Unix (bug [3243807]).
This commit is contained in:
parent
090107fa5e
commit
f4abac2632
1 changed files with 2 additions and 2 deletions
|
|
@ -1692,7 +1692,7 @@ begin
|
|||
end;
|
||||
{$ELSE}
|
||||
begin
|
||||
Result:= fpMkDir(PChar(NewDir), $FFF) = 0;
|
||||
Result:= fpMkDir(PChar(NewDir), &0777) = 0;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
|
|
@ -1817,4 +1817,4 @@ begin
|
|||
{$ENDIF}
|
||||
end;
|
||||
|
||||
end.
|
||||
end.
|
||||
Loading…
Add table
Add a link
Reference in a new issue