aMule Bug Tracker - aMule
View Issue Details
0000398aMuleMiscpublic2005-04-26 08:382005-04-26 10:11
eyalzo 
 
normalminoralways
closedopen 
2.0.0-rc8 
 
0000398: GetAllTimeRequests() return uint16 instead of uint32
In KnownFile.h class CFileStatistic holds the "alltime" counters as uint32, but returns tham through two functions as uint16. See the small fix below:

uint32 GetAllTimeRequests() const {return alltimerequested;}
    uint32 GetAllTimeAccepts() const {return alltimeaccepted;}
No tags attached.
Issue History
2005-04-26 08:38eyalzoNew Issue
2005-04-26 10:11GonoszTopiStatusnew => closed
2005-04-26 10:11GonoszTopiNote Added: 0000917

Notes
(0000917)
GonoszTopi   
2005-04-26 10:11   
Already fixed in CVS. Anyway, thanks for the report.