mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that Time measure logs invalid format error due to uninitialized m_Time.
http://rainmeter.net/forum/viewtopic.php?f=14&t=13124
This commit is contained in:
@ -37,6 +37,7 @@ protected:
|
||||
|
||||
private:
|
||||
void TimeToString(WCHAR* buf, size_t bufLen, const WCHAR* format, const tm* time);
|
||||
void FillCurrentTime();
|
||||
|
||||
std::wstring m_Format;
|
||||
LARGE_INTEGER m_DeltaTime;
|
||||
|
Reference in New Issue
Block a user