fixed error handling in torrent_info constructor

This commit is contained in:
Arvid Norberg
2011-01-19 10:07:51 +00:00
parent 99d2c4eea8
commit 6663f527da
10 changed files with 33 additions and 24 deletions

View File

@@ -2305,6 +2305,7 @@ namespace libtorrent
lazy_entry const* rd = (lazy_entry const*)j.buffer;
TORRENT_ASSERT(rd != 0);
ret = j.storage->check_fastresume(*rd, j.error);
test_error(j);
break;
}
case disk_io_job::check_files: