mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Unignore and fix warnings in Library/
This commit is contained in:
@ -531,7 +531,7 @@ bool Meter::ReplaceMeasures(std::wstring& str, AUTOSCALE autoScale, double scale
|
||||
|
||||
const WCHAR* measureValue = m_Measures[i - 1]->GetStringOrFormattedValue(
|
||||
autoScale, scale, decimals, percentual);
|
||||
int measureValueLen = wcslen(measureValue);
|
||||
const size_t measureValueLen = wcslen(measureValue);
|
||||
|
||||
do
|
||||
{
|
||||
|
Reference in New Issue
Block a user