This commit is contained in:
Birunthan Mohanathas
2010-11-13 19:12:43 +00:00
parent d79290f036
commit d91db2cd50
2 changed files with 2 additions and 1 deletions

View File

@ -580,6 +580,7 @@ void CMeasure::GetScaledValue(int decimals, double theValue, WCHAR* buffer)
}
else
{
wcscat(format, L" ");
value = theValue;
}
swprintf(buffer, format, value);