*** empty log message ***
This commit is contained in:
parent
8363c809f3
commit
d4cd23a874
|
@ -1169,5 +1169,9 @@ namespace libtorrent
|
|||
{
|
||||
return;
|
||||
}
|
||||
catch (file_error)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -963,7 +963,7 @@ namespace libtorrent
|
|||
++file_iter)
|
||||
{
|
||||
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());
|
||||
|
|
Loading…
Reference in New Issue