fixed typo in safe_convert call

This commit is contained in:
Arvid Norberg 2008-10-30 17:04:59 +00:00
parent d6a8c28d9c
commit afb6b55b8f
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ namespace libtorrent
#endif
#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
fs::path file_path = m_save_path / file_iter->path;
#endif