linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02967
[Bug 606435] Re: Problem that may cause constant rehashing
Fixed in DC++ 0.780.
** Changed in: dcplusplus
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of
Dcplusplus-team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/606435
Title:
Problem that may cause constant rehashing
Status in DC++:
Fix Released
Bug description:
I'm contributor in EiskaltDC++ project and recently we were porting our project to win32/mingw.
So the problem was that after startup client entirely rehashed the share and every time I clicked
manual refresh. Carefull investigation revealed the fact that
FileFindIter::getLastWriteTime != File::getLastModified for the same file! The problem was situated
in the File::convertTime method. I do not understand how it works in window client maybe due special
defines or compiler switches.
According to article
http://msdn.microsoft.com/en-us/library/ms724284(v=VS.85).aspx
I made a changes in our version and the problem was solved.
So I'm glad to share our experience with the original.
References