aMule Bug Tracker - aMule |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000438 | aMule | Misc | public | 2005-05-18 10:54 | 2005-05-19 01:48 |
|
Reporter | eyalzo | |
Assigned To | Kry | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 2.0.0 | |
Target Version | | Fixed in Version | SVN | |
Fixed in Revision | |
Operating System | |
|
Summary | 0000438: SetAllTimeTransfered() should be uint64 and not uint32 |
Description | See in KnownFile.h. The "Get" is fine but the "Set" is wrong:
uint64 GetAllTimeTransfered() const {return alltimetransferred;}
void SetAllTimeTransfered(uint32 new_value) { alltimetransferred = new_value; };
|
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2005-05-18 10:54 | eyalzo | New Issue | |
2005-05-19 01:13 | Kry | Status | new => assigned |
2005-05-19 01:13 | Kry | Assigned To | => Kry |
2005-05-19 01:13 | Kry | Note Added: 0000978 | |
2005-05-19 01:13 | Kry | Status | assigned => acknowledged |
2005-05-19 01:48 | Kry | Status | acknowledged => resolved |
2005-05-19 01:48 | Kry | Fixed in Version | => CVS |
2005-05-19 01:48 | Kry | Resolution | open => fixed |
2005-05-19 01:48 | Kry | Note Added: 0000980 | |