* Updated the man page, probably still needs some cleanup, but meh.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@852 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-01-26 08:48:12 +00:00
parent 5a9fa2fdcd
commit ecdfaed06f
3 changed files with 76 additions and 26 deletions
+2 -3
View File
@@ -516,16 +516,15 @@ Manager::receive_hashing_changed() {
// Since the bitfield is allocated on loading of resume load or
// hash start, and unallocated on close, we know that if it it
// not empty then we have loaded any existing resume data.
// not empty then we have already loaded any existing resume
// data.
if ((*itr)->download()->file_list()->bitfield()->empty())
torrent::resume_load_progress(*(*itr)->download(), (*itr)->download()->bencode()->get_key("libtorrent_resume"));
// Need to clean up the below.
if (tryQuick) {
if ((*itr)->download()->hash_check(true))
continue;
// Make sure we don't repeat the quick hashing.
(*itr)->download()->hash_stop();
if (foundHashing) {