summaryrefslogtreecommitdiff
path: root/vfs/UVFSCore.pas
diff options
context:
space:
mode:
Diffstat (limited to 'vfs/UVFSCore.pas')
-rw-r--r--vfs/UVFSCore.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/vfs/UVFSCore.pas b/vfs/UVFSCore.pas
index a514512..270b240 100644
--- a/vfs/UVFSCore.pas
+++ b/vfs/UVFSCore.pas
@@ -596,6 +596,7 @@ begin
UID := P^.iUID;
GID := P^.iGID;
Size := P^.iSize;
+ PackedSize := P^.iPackedSize;
libc_free(P);
end;
Result := Item;
@@ -658,6 +659,7 @@ var Item: PDataItemSL;
UID := P^.iUID;
GID := P^.iGID;
Size := P^.iSize;
+ PackedSize := P^.iPackedSize;
Level := ALevel + Ord(not AddCurrDirStage);
end;
if AddCurrDirStage then List.Add(Item)