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:
csoler 2010-01-11 20:10:04 +00:00
parent cfaaec31c7
commit f02b009d7b

View file

@ -246,7 +246,7 @@ void ChunkMap::setPeerAvailabilityMap(const std::string& peer_id,const Compresse
// Checks wether the map is full of not. // 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]) if(!cmap[i])
{ {
mi.is_full = false ; mi.is_full = false ;