mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 00:45:34 -04:00
fixed various display bugs in extra file list
This commit is contained in:
parent
54ec49dc03
commit
752275f813
3 changed files with 13 additions and 8 deletions
|
@ -113,8 +113,7 @@ void ftExtraList::hashAFile()
|
|||
/* hash it! */
|
||||
std::string name, hash;
|
||||
//uint64_t size;
|
||||
if (RsDirUtil::hashFile(details.info.path, details.info.fname,
|
||||
details.info.hash, details.info.size))
|
||||
if (RsDirUtil::hashFile(details.info.path, details.info.fname, details.info.hash, details.info.size))
|
||||
{
|
||||
RS_STACK_MUTEX(extMutex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue