Avatar upload/download fixes. Verbose logging (temporary).

This commit is contained in:
lotodore
2009-03-21 21:14:09 +00:00
parent 60a9beb417
commit 43a13f5297
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ DownloaderThread::Main()
if (m_curDownloadData && !m_curDownloadData->filename.empty())
{
path filepath(m_curDownloadData->filename);
m_downloadHelper->Init(m_curDownloadData->address, filepath.file_string().c_str());
m_downloadHelper->Init(m_curDownloadData->address, filepath.file_string());
m_downloadInProgress = true;
}
}