mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
renamed "count" to "size" in DirDetails
This commit is contained in:
parent
335a90cc92
commit
aad27ff94b
12 changed files with 40 additions and 40 deletions
|
@ -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) ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue