mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed win32 compilation pb
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2537 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
73615104a7
commit
ef67dbf244
@ -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…
Reference in New Issue
Block a user