mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 20:52:30 +00:00
* Reworked how hashing is queued, state must 1 and removed the
set_hash_failed hacks when closing, etc. * Changed the attributes of blocks in transfer view. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@727 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -129,7 +129,7 @@ apply_start_tied(Control* m, const std::string& arg) {
|
||||
rak::equal(*itr, rak::bind2nd(std::mem_fun(&core::Download::variable_string), "tied_to_file")));
|
||||
|
||||
if (dItr != m->core()->download_list()->end())
|
||||
m->core()->download_list()->start(*dItr);
|
||||
m->core()->download_list()->start_try(*dItr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user