aMule Bug Tracker - aMule
View Issue Details
0000438aMuleMiscpublic2005-05-18 10:542005-05-19 01:48
eyalzo 
Kry 
normalminoralways
resolvedfixed 
2.0.0 
SVN 
0000438: SetAllTimeTransfered() should be uint64 and not uint32
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; };

No tags attached.
Issue History
2005-05-18 10:54eyalzoNew Issue
2005-05-19 01:13KryStatusnew => assigned
2005-05-19 01:13KryAssigned To => Kry
2005-05-19 01:13KryNote Added: 0000978
2005-05-19 01:13KryStatusassigned => acknowledged
2005-05-19 01:48KryStatusacknowledged => resolved
2005-05-19 01:48KryFixed in Version => CVS
2005-05-19 01:48KryResolutionopen => fixed
2005-05-19 01:48KryNote Added: 0000980

Notes
(0000978)
Kry   
2005-05-19 01:13   
ACK
(0000980)
Kry   
2005-05-19 01:48   
Fixed and on CVS