aMule Bug Tracker - aMule | |||||
| View Issue Details | |||||
| 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 | ||||
| Fixed in Revision | |||||
| Operating System | |||||
| 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;} | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2005-04-26 08:38 | eyalzo | New Issue | |||
| 2005-04-26 10:11 | GonoszTopi | Status | new => closed | ||
| 2005-04-26 10:11 | GonoszTopi | Note Added: 0000917 | |||
| Notes | |||||
|
|
|||||
|
|
||||