mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: FTP - don't show size for connections
This commit is contained in:
parent
4034e74fc6
commit
ff22ea0858
1 changed files with 2 additions and 0 deletions
|
|
@ -623,6 +623,8 @@ begin
|
|||
end;
|
||||
if Result then
|
||||
begin
|
||||
FindData.nFileSizeLow := $FFFFFFFE;
|
||||
FindData.nFileSizeHigh := $FFFFFFFF;
|
||||
FindData.ftLastWriteTime.dwLowDateTime := $FFFFFFFE;
|
||||
FindData.ftLastWriteTime.dwHighDateTime := $FFFFFFFF;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue