mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: MultiArc - fill size props for mafFileNameList (#1882)
This commit is contained in:
parent
7d85724eeb
commit
0110f2b639
1 changed files with 2 additions and 0 deletions
|
|
@ -579,6 +579,8 @@ begin
|
|||
ArchiveItem.Minute:= ArchiveTime.Minute;
|
||||
ArchiveItem.Second:= ArchiveTime.Second;
|
||||
ArchiveItem.Attributes := mbFileGetAttr(ArchiveFileName);
|
||||
ArchiveItem.UnpSize:= -1;
|
||||
ArchiveItem.PackSize:= mbFileSize(ArchiveFileName);
|
||||
AFileList.Add(ArchiveItem);
|
||||
Exit(True);
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue