mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 07:11:08 -04:00
Fixed compatibility bug in file transfer...
can now communicate between V0.4.9b and V0.4.11+ git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@827 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7c596231e1
commit
71797d6f70
4 changed files with 5 additions and 4 deletions
|
@ -40,7 +40,7 @@ hash, uint64_t recvd): ftFileProvider(path,size,hash)
|
|||
}
|
||||
|
||||
bool ftFileCreator::getFileData(uint64_t offset,
|
||||
uint32_t chunk_size, void *data)
|
||||
uint32_t &chunk_size, void *data)
|
||||
{
|
||||
{
|
||||
RsStackMutex stack(ftcMutex); /********** STACK LOCKED MTX ******/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue