renamed "count" to "size" in DirDetails

This commit is contained in:
csoler 2020-12-13 20:03:21 +01:00
parent 335a90cc92
commit aad27ff94b
12 changed files with 40 additions and 40 deletions

View file

@ -831,7 +831,7 @@ void MessageComposer::setFileList(const std::list<DirDetails>& dir_info)
FileInfo info ;
info.fname = it->name ;
info.hash = it->hash ;
info.size = it->count ;
info.size = it->size ;
files_info.push_back(info) ;
}