mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed compilation due to previous commit
This commit is contained in:
parent
aeb683479b
commit
de6f753fec
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ static bool dirDetailToFileDetail(const DirDetails& dir, FileDetail& fd)
|
|||
fd.hash = dir.hash;
|
||||
fd.path = dir.path;
|
||||
fd.size = dir.count;
|
||||
fd.age = dir.age;
|
||||
fd.age = time(NULL) - dir.mtime;
|
||||
fd.rank = 0;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue