mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-04 12:49:28 -04:00
* HACK: fixed mem issues with file data - not ideal
* removed more debug: filedata prints. * removed rank/photo/games from setup for release (#define RS_RELEASE) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0a68ec6bee
commit
6c90e1ad67
5 changed files with 49 additions and 14 deletions
|
@ -997,7 +997,7 @@ int ftfiler::generateFileData(ftFileStatus *s, std::string id, uint64_t offset,
|
|||
}
|
||||
|
||||
// make a FileData type.
|
||||
ftFileData *fd = new ftFileData(id, s->hash, s->size, offset, tosend, data);
|
||||
ftFileData *fd = new ftFileData(id, s->hash, s->size, offset, tosend, data, 0);
|
||||
|
||||
/* send off the packet */
|
||||
out_queue.push_back(fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue