From ef67dbf24468df04187c76804a766117f75a6479 Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 13 Mar 2010 12:24:14 +0000 Subject: [PATCH] fixed win32 compilation pb git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2537 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/turtle/p3turtle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/turtle/p3turtle.cc b/libretroshare/src/turtle/p3turtle.cc index c025c9f05..6889dcdc6 100644 --- a/libretroshare/src/turtle/p3turtle.cc +++ b/libretroshare/src/turtle/p3turtle.cc @@ -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() ;