*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-10-18 10:46:55 +00:00
parent 40a88434b1
commit a326bc4391
6 changed files with 32 additions and 10 deletions

View File

@@ -849,6 +849,7 @@ namespace libtorrent
, boost::filesystem::path const& save_path
, entry const& resume_data)
{
assert(!save_path.empty());
torrent_info ti(metadata);
if (ti.begin_files() == ti.end_files())
@@ -898,6 +899,7 @@ namespace libtorrent
, boost::filesystem::path const& save_path
, entry const& resume_data)
{
assert(!save_path.empty());
{
// lock the checker_thread
boost::mutex::scoped_lock l(m_checker_impl.m_mutex);