mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 04:14:27 -04:00
fixed group chat download
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2361 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
02786d0524
commit
fbfff65703
1 changed files with 1 additions and 1 deletions
|
@ -1718,7 +1718,7 @@ void p3turtle::returnSearchResult(RsTurtleSearchResultItem *item)
|
||||||
//
|
//
|
||||||
bool p3turtle::performLocalHashSearch(const TurtleFileHash& hash,FileInfo& info)
|
bool p3turtle::performLocalHashSearch(const TurtleFileHash& hash,FileInfo& info)
|
||||||
{
|
{
|
||||||
return rsFiles->FileDetails(hash, RS_FILE_HINTS_LOCAL | RS_FILE_HINTS_SPEC_ONLY | RS_FILE_HINTS_DOWNLOAD, info);
|
return rsFiles->FileDetails(hash, RS_FILE_HINTS_LOCAL | RS_FILE_HINTS_EXTRA | RS_FILE_HINTS_SPEC_ONLY | RS_FILE_HINTS_DOWNLOAD, info);
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string printNumber(uint64_t num,bool hex=false)
|
static std::string printNumber(uint64_t num,bool hex=false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue