mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed compilation due to previous commit
This commit is contained in:
parent
aeb683479b
commit
de6f753fec
@ -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…
Reference in New Issue
Block a user