*** empty log message ***
This commit is contained in:
@@ -1169,5 +1169,9 @@ namespace libtorrent
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
catch (file_error)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -963,7 +963,7 @@ namespace libtorrent
|
|||||||
++file_iter)
|
++file_iter)
|
||||||
{
|
{
|
||||||
fs::path dir = m_save_path / m_info.name() / file_iter->path;
|
fs::path dir = m_save_path / m_info.name() / file_iter->path;
|
||||||
fs::create_directories(dir);
|
fs::create_directories(dir.branch_path());
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<char> piece_data(m_info.piece_length());
|
std::vector<char> piece_data(m_info.piece_length());
|
||||||
|
Reference in New Issue
Block a user