*** empty log message ***

This commit is contained in:
Arvid Norberg
2003-10-31 10:56:03 +00:00
parent 6466b46573
commit b5914b5528
4 changed files with 7 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ namespace libtorrent
try
{
t->torrent_ptr->allocate_files(t, &m_mutex, t->save_path);
t->torrent_ptr->allocate_files(t, m_mutex, t->save_path);
// lock the session to add the new torrent
boost::mutex::scoped_lock l(m_mutex);