mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed http://code.google.com/p/rainmeter/issues/detail?id=175 and typo in VirtualDesktops.rc
This commit is contained in:
@ -580,6 +580,7 @@ void CMeasure::GetScaledValue(int decimals, double theValue, WCHAR* buffer)
|
||||
}
|
||||
else
|
||||
{
|
||||
wcscat(format, L" ");
|
||||
value = theValue;
|
||||
}
|
||||
swprintf(buffer, format, value);
|
||||
|
Reference in New Issue
Block a user