mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 09:11:06 -04:00
attempt at fixing the re-hash bug. Now only using canonicalized filenames in hash cache
This commit is contained in:
parent
22942dc70b
commit
d61a5cd5ab
3 changed files with 9 additions and 6 deletions
|
@ -494,7 +494,8 @@ bool p3FileDatabase::loadList(std::list<RsItem *>& load)
|
|||
for(uint32_t i=0;i<kit->value.size();++i)
|
||||
if(kit->value[i] == ';')
|
||||
{
|
||||
ignored_suffixes.push_back(b) ;
|
||||
if(!b.empty()) // security!
|
||||
ignored_suffixes.push_back(b) ;
|
||||
b.clear();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue