- Fixed a comment

- Added chinese traditional translation to stable branch
- bump to v1.1.3 in stable branch (updated splash screen)
- Updated changelogs
This commit is contained in:
Christophe Dumez 2008-08-26 07:14:38 +00:00
parent 681b8c14ad
commit 5cce0c53bf
2 changed files with 12 additions and 2 deletions

View file

@ -1401,7 +1401,7 @@ void bittorrent::saveFastResumeAndRatioData() {
continue;
}
if(h.is_paused()) {
// Do not need to save fast resume data for paused torrents
// Do not need to save ratio data for paused torrents
continue;
}
saveDownloadUploadForTorrent(hash);