mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
ee5dcd1a8c
commit
08d57e1681
@ -753,7 +753,7 @@ bool ftController::copyFile(const std::string& source,const std::string& dest)
|
||||
|
||||
free(buffer) ;
|
||||
|
||||
return true ;
|
||||
return bRet ;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user