fixed bug preventign update of subdirs after last commit

This commit is contained in:
cyril soler 2016-10-05 14:15:12 +02:00
parent 854eebb2cb
commit 7cd31aa788

View File

@ -188,7 +188,7 @@ bool InternalFileHierarchyStorage::updateSubDirectoryList(const DirectoryStorage
de->row = mNodes.size();
de->parent_index = indx;
de->dir_modtime = it->second;
de->dir_modtime = 0;// forces parsing.it->second;
de->dir_parent_path = d.dir_parent_path + "/" + d.dir_name ;
de->dir_hash = createDirHash(de->dir_name,de->dir_parent_path) ;