fixed missed spot in safe_convert -> convert_to_wstring rename

This commit is contained in:
Arvid Norberg 2009-04-24 08:33:23 +00:00
parent 73f4b06100
commit 4421ccf11c
1 changed files with 1 additions and 1 deletions

View File

@ -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)