mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
Merge branch 'singleFileClient'
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1167 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5cd93b772d
commit
16231dea2b
3 changed files with 32 additions and 3 deletions
|
@ -757,6 +757,13 @@ int FileIndex::loadIndex(std::string filename, std::string expectedHash, uint64_
|
|||
(it->second)->parent = root;
|
||||
}
|
||||
|
||||
std::map<std::string, FileEntry *>::iterator it2;
|
||||
for(it2 = root->files.begin();
|
||||
it2 != root->files.end(); it2++)
|
||||
{
|
||||
(it2->second)->parent = root;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
/* pop stack */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue