fixed rename_file() bug where the new name would not be saved in the resume data in some cases

This commit is contained in:
Arvid Norberg
2009-06-22 00:52:57 +00:00
parent 93e1c70263
commit cc3e6621ed
8 changed files with 31 additions and 14 deletions

View File

@@ -314,7 +314,7 @@ add_torrent()
::
typedef storage_interface* (&storage_constructor_type)(
file_storage const&, fs::path const&, file_pool&);
file_storage const&, file_storage const*, fs::path const&, file_pool&);
struct add_torrent_params
{