fixed various display bugs in extra file list

This commit is contained in:
csoler 2018-09-27 22:14:00 +02:00
parent 54ec49dc03
commit 752275f813
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 13 additions and 8 deletions

View file

@ -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);