mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Don't show size for link to directory under Unix
This commit is contained in:
parent
fe66c45e67
commit
2f7ac229e1
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ begin
|
|||
if LinkProperty.IsValid then
|
||||
begin
|
||||
LinkProperty.IsLinkToDirectory := FPS_ISDIR(LinkStatInfo.st_mode);
|
||||
if LinkProperty.IsLinkToDirectory then SizeProperty.Value := 0;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue