mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 10:46:23 -04:00
fixed bug that caused hierarchies that contain files being hashed to not send updates when the hash is finished
This commit is contained in:
parent
390bdfe12f
commit
e4e366766f
3 changed files with 13 additions and 6 deletions
|
@ -110,7 +110,7 @@ public:
|
|||
|
||||
// Do a complete recursive sweep over sub-directories and files, and update the lst modf TS. This could be also performed by a cleanup method.
|
||||
|
||||
time_t recursUpdateLastModfTime(const DirectoryStorage::EntryIndex& dir_index);
|
||||
time_t recursUpdateLastModfTime(const DirectoryStorage::EntryIndex& dir_index, bool &unfinished_files_present);
|
||||
|
||||
// hash stuff
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue