mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup & cosmetics.
This commit is contained in:
@ -421,7 +421,7 @@ void CMeter::ReadConfig(const WCHAR* section)
|
||||
}
|
||||
else if (!matrix.empty())
|
||||
{
|
||||
DebugLog(L"The transformation matrix has incorrect number of values:", parser.ReadString(section, L"TransformationMatrix", L"").c_str());
|
||||
DebugLog(L"The transformation matrix has incorrect number of values: %s", parser.ReadString(section, L"TransformationMatrix", L"").c_str());
|
||||
}
|
||||
|
||||
std::wstring group = parser.ReadString(section, L"Group", L"");
|
||||
|
Reference in New Issue
Block a user