mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Calculate hash for directory with symlink to directory
This commit is contained in:
parent
2d68ebe363
commit
712ec209d1
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ begin
|
|||
|
||||
UpdateStatistics(FStatistics);
|
||||
|
||||
if not aFile.IsDirectory then
|
||||
if not (aFile.IsDirectory or aFile.IsLinkToDirectory) then
|
||||
begin
|
||||
// If there will be an error in ProcessFile the DoneBytes value
|
||||
// will be inconsistent, so remember it here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue