solve compile faults.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@725 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
ewensun 2008-09-09 13:08:22 +00:00
parent c845e40aa8
commit 3af7d41d7f
5 changed files with 31 additions and 15 deletions

View file

@ -322,7 +322,7 @@ bool ftController::FileControl(std::string hash, uint32_t flags)
switch (flags)
{
case RS_FILE_CTRL_PAUSE:
ft->stopTransfer();
ft->pauseTransfer();
break;
case RS_FILE_CTRL_START:
ft->resumeTransfer();