mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 22:32:34 -04:00
trunk/branch uniformisation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2552 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fc7661f25d
commit
928a06c17e
3 changed files with 10 additions and 7 deletions
|
@ -1687,7 +1687,7 @@ void p3turtle::monitorFileTunnels(const std::string& name,const std::string& fil
|
|||
|
||||
// First, check if the hash is tagged for removal (there's a delay)
|
||||
|
||||
for(uint i=0;i<_hashes_to_remove.size();++i)
|
||||
for(uint32_t i=0;i<_hashes_to_remove.size();++i)
|
||||
if(_hashes_to_remove[i] == file_hash)
|
||||
{
|
||||
_hashes_to_remove[i] = _hashes_to_remove.back() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue