NowPlayingPlugin: Minor tweaks.

This commit is contained in:
Birunthan Mohanathas
2011-09-08 12:42:03 +00:00
parent 6b06548260
commit d598c56b76
14 changed files with 47 additions and 67 deletions

View File

@ -39,8 +39,7 @@ bool CCover::GetCached(std::wstring& path)
*/
bool CCover::GetLocal(std::wstring filename, const std::wstring& folder, std::wstring& target)
{
std::wstring testPath = folder;
testPath += filename;
std::wstring testPath = folder + filename;
testPath += L".";
std::wstring::size_type origLen = testPath.length();