forked from premiere/premiere-libtorrent
fixed typo in safe_convert call
This commit is contained in:
parent
d6a8c28d9c
commit
afb6b55b8f
|
@ -534,7 +534,7 @@ namespace libtorrent
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if TORRENT_USE_WPATH
|
#if TORRENT_USE_WPATH
|
||||||
fs::wpath file_path = safe_convert(m_save_path / file_iter->path);
|
fs::wpath file_path = safe_convert((m_save_path / file_iter->path).string());
|
||||||
#else
|
#else
|
||||||
fs::path file_path = m_save_path / file_iter->path;
|
fs::path file_path = m_save_path / file_iter->path;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue