mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 14:12:31 +00:00
* Removed the Object ctor taking an Object::type_type.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1026 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -405,7 +405,7 @@ Manager::try_create_download(const std::string& uri, int flags, const command_li
|
||||
// If the path was attempted loaded before, skip it.
|
||||
if (!(flags & create_raw_data) &&
|
||||
!is_network_uri(uri) &&
|
||||
!m_fileStatusCache->insert(uri, 0))
|
||||
!file_status_cache()->insert(uri, 0))
|
||||
return;
|
||||
|
||||
// Adding download.
|
||||
|
||||
Reference in New Issue
Block a user