mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
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:
parent
c845e40aa8
commit
3af7d41d7f
5 changed files with 31 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue