View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000398 | aMule | Misc | public | 2005-04-26 08:38 | 2005-04-26 10:11 |
|
Reporter | eyalzo | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | 2.0.0-rc8 | |
Target Version | | Fixed in Version | | |
|
Summary | 0000398: GetAllTimeRequests() return uint16 instead of uint32 |
Description | 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;} |
Tags | No tags attached. |
|
Fixed in Revision | |
Operating System | |
|
Attached Files | |
|