fixed returned value not accounting for tests

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4964 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-02-19 15:04:56 +00:00
parent ee5dcd1a8c
commit 08d57e1681

View File

@ -753,7 +753,7 @@ bool ftController::copyFile(const std::string& source,const std::string& dest)
free(buffer) ;
return true ;
return bRet ;
}