mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed last received time stamp so that it displays the last time data was actually received
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6910 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
eab486f5db
commit
75c178082f
2 changed files with 2 additions and 14 deletions
|
@ -1684,6 +1684,7 @@ bool ftController::FileDetails(const std::string &hash, FileInfo &info)
|
|||
/* extract details */
|
||||
info.hash = hash;
|
||||
info.fname = it->second->mName;
|
||||
info.lastTS = it->second->mCreator->lastRecvTimeStamp();
|
||||
info.storage_permission_flags.clear() ;
|
||||
info.transfer_info_flags = it->second->mFlags ;
|
||||
info.priority = SPEED_NORMAL ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue