fix to previous patch

This commit is contained in:
Arvid Norberg 2012-04-29 04:23:29 +00:00
parent 44995ee41d
commit 853fec3f07
1 changed files with 3 additions and 0 deletions

View File

@ -6274,6 +6274,9 @@ namespace libtorrent
{
#if TORRENT_USE_UNC_PATHS
m_save_path = canonicalize_path(save_path);
#else
m_save_path = save_path;
#endif
if (alerts().should_post<storage_moved_alert>())
{