mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional change to 9c3808e
This commit is contained in:
parent
9c3808ea46
commit
d97128e2ab
@ -259,7 +259,7 @@ void Logger::LogMeterWindowVF(Logger::Level level, MeterWindow* meterWindow, con
|
|||||||
std::wstring source;
|
std::wstring source;
|
||||||
if (meterWindow)
|
if (meterWindow)
|
||||||
{
|
{
|
||||||
source = meterWindow->GetSkinPath().c_str();
|
source = meterWindow->GetSkinPath();
|
||||||
}
|
}
|
||||||
GetLogger().LogVF(level, source.c_str(), format, args);
|
GetLogger().LogVF(level, source.c_str(), format, args);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user