mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed win32 compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1994 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cfaaec31c7
commit
f02b009d7b
@ -246,7 +246,7 @@ void ChunkMap::setPeerAvailabilityMap(const std::string& peer_id,const Compresse
|
||||
|
||||
// Checks wether the map is full of not.
|
||||
//
|
||||
for(uint i=0;i<_map.size();++i)
|
||||
for(uint32_t i=0;i<_map.size();++i)
|
||||
if(!cmap[i])
|
||||
{
|
||||
mi.is_full = false ;
|
||||
|
Loading…
Reference in New Issue
Block a user