fixed missed spot in safe_convert -> convert_to_wstring rename
This commit is contained in:
parent
73f4b06100
commit
4421ccf11c
|
@ -717,7 +717,7 @@ namespace libtorrent
|
|||
#ifndef BOOST_NO_EXCEPTIONS
|
||||
try
|
||||
#endif
|
||||
{ fs::remove(safe_convert(p)); }
|
||||
{ fs::remove(convert_to_wstring(p)); }
|
||||
#ifndef BOOST_NO_EXCEPTIONS
|
||||
#if BOOST_VERSION >= 103500
|
||||
catch (boost::system::system_error& e)
|
||||
|
|
Loading…
Reference in New Issue