mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04:00
* fixes for windows
* corrected allocation in ftfilecreator git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@707 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f243e5f6d3
commit
d62876ae37
5 changed files with 101 additions and 18 deletions
|
@ -168,7 +168,11 @@ void ftServer::run()
|
|||
{
|
||||
while(1)
|
||||
{
|
||||
#ifdef WIN32
|
||||
Sleep(1000);
|
||||
#else
|
||||
sleep(1);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue