mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -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
|
@ -2468,7 +2468,7 @@ void TransfersDialog::collCreate()
|
|||
DirDetails details;
|
||||
details.name = info.fname;
|
||||
details.hash = info.hash;
|
||||
details.count = info.size;
|
||||
details.size = info.size;
|
||||
details.type = DIR_TYPE_FILE;
|
||||
|
||||
dirVec.push_back(details);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue