mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics
This commit is contained in:
@ -102,7 +102,7 @@ void ExpandEnvironmentVariables(std::wstring& path)
|
||||
DWORD bufSize = 4096;
|
||||
WCHAR* buffer = new WCHAR[bufSize];
|
||||
|
||||
// %APPDATA% is a special casem
|
||||
// %APPDATA% is a special case.
|
||||
pos = path.find(L"%APPDATA%", pos);
|
||||
if (pos != std::wstring::npos)
|
||||
{
|
||||
@ -146,5 +146,4 @@ void ExpandEnvironmentVariables(std::wstring& path)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
} // namespace PathUtil
|
||||
|
Reference in New Issue
Block a user