mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Switched from std::wstring.compare() to wcscmp().
This commit is contained in:
@ -463,7 +463,7 @@ void CMeterString::ReadConfig(CConfigParser& parser, const WCHAR* section)
|
||||
}
|
||||
|
||||
if (m_Initialized &&
|
||||
(oldFontFace != m_FontFace ||
|
||||
(wcscmp(oldFontFace.c_str(), m_FontFace.c_str()) != 0 ||
|
||||
oldFontSize != m_FontSize ||
|
||||
oldStyle != m_Style))
|
||||
{
|
||||
|
Reference in New Issue
Block a user