graceful pause fix

This commit is contained in:
Arvid Norberg 2011-01-18 01:19:58 +00:00
parent 83da84452f
commit 7b4998213f
1 changed files with 2 additions and 0 deletions

View File

@ -5987,6 +5987,8 @@ namespace libtorrent
if (!checking_files && should_check_files())
queue_torrent_check();
else if (checking_files && !should_check_files())
dequeue_torrent_check();
}
void torrent::resume()