Anonymous | Login | Signup for a new account | 2024-11-21 17:20 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
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 | ||||||||
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. | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | |||||||||
Attached Files | |||||||||
Notes | |
(0001640) fulgas (developer) 2005-12-11 22:30 |
This as been solved. For more info read http://forum.amule.org/thread.php?sid=&postid=45950 [^] |
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 |
Copyright © 2000 - 2024 MantisBT Team |