mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlayingPlugin: Minor tweaks.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user