forked from premiere/premiere-libtorrent
fixed create_torrent to use renamed function 'convert_to_wstring'
This commit is contained in:
parent
a4fca76eff
commit
b9ab3f056b
|
@ -54,7 +54,7 @@ namespace libtorrent
|
||||||
#ifdef TORRENT_WINDOWS
|
#ifdef TORRENT_WINDOWS
|
||||||
|
|
||||||
#ifdef TORRENT_USE_WPATH
|
#ifdef TORRENT_USE_WPATH
|
||||||
std::wstring path = safe_convert(p.external_file_string());
|
std::wstring path = convert_to_wstring(p.external_file_string());
|
||||||
#else
|
#else
|
||||||
std::string path = utf8_native(p.external_file_string());
|
std::string path = utf8_native(p.external_file_string());
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue