fixed resume data bug

This commit is contained in:
Arvid Norberg 2008-04-16 07:51:08 +00:00
parent 779b006ac0
commit b452020404
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ namespace libtorrent
m_state = torrent_status::queued_for_checking;
read_resume_data(m_resume_data);
if (m_resume_data.type() == entry::dictionary_t) read_resume_data(m_resume_data);
m_storage->async_check_fastresume(&m_resume_data
, bind(&torrent::on_resume_data_checked