mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Zip - save Unix file attributes (fixes #424)
This commit is contained in:
parent
97041103d3
commit
9624ce1218
1 changed files with 1 additions and 4 deletions
|
|
@ -1709,6 +1709,7 @@ begin
|
|||
FItemInfo.FileName := AnsiName;
|
||||
{$ENDIF}
|
||||
{$IFDEF UNIX}
|
||||
HostOS := hosUnix;
|
||||
FItemInfo.FileName := Value;
|
||||
FItemInfo.IsUTF8 := SystemEncodingUtf8;
|
||||
{$ENDIF}
|
||||
|
|
@ -2462,7 +2463,3 @@ begin
|
|||
end;
|
||||
|
||||
end.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue