well, i fixed this bug, but...there's a problem
the bug was: the download count was reset, just because
- the count is inside the VFS
- when the count changes, the VFS is not flagged as modified (similar to another bug fixed lately)
- the VFS is not automatically saved because it is not flagged as modified
i now fixed flagging the VFS each time the download counter is modified, but someone may find this to be boring, because i guess most people is not prone to think that the counter is part of the VFS, and they will see the "VFS is changed" message when they think the VFS is not actually changed.
do you think it will be a problem?