aMule Bug Tracker - aMule | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000698 | aMule | Utilities | public | 2005-12-07 23:11 | 2005-12-11 22:30 |
Reporter | vamp1r | ||||
Assigned To | fulgas | ||||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 2.0.3 | ||||
Target Version | Fixed in Version | ||||
Fixed in Revision | |||||
Operating System | |||||
Summary | 0000698: wxCas does not allow aMule to update signature file | ||||
Description | while running wxCas and aMule, after reading successfully all signature file info, aMule refuses to update the signature file with the new values. the problem is in file "src\utils\wxCas\src\onlinesig.cpp", at line 86 (void OnLineSig::Refresh ()) the function opens the signature file but never closes it. suggest opening the file through a wxFile instance, use that instance further on for the input stream and also call the destructor of wxFile at the end of the function, as by contract the destructor closes the file. this should prevent access problems. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2005-12-07 23:11 | vamp1r | New Issue | |||
2005-12-11 15:37 | Kry | Status | new => assigned | ||
2005-12-11 15:37 | Kry | Assigned To | => Kry | ||
2005-12-11 15:37 | Kry | Assigned To | Kry => fulgas | ||
2005-12-11 22:30 | fulgas | Status | assigned => resolved | ||
2005-12-11 22:30 | fulgas | Resolution | open => fixed | ||
2005-12-11 22:30 | fulgas | Note Added: 0001640 |
Notes | |||||
|
|||||
|
|