Updating code to append a wchar_t instead of const wchar_t (#778)
This commit is contained in:
committed by
Matt Cooley
parent
4c81ed83c7
commit
01299a92cd
@@ -179,7 +179,7 @@ bool CalcInput::TryAddDecimalPt()
|
||||
|
||||
if (m_base.IsEmpty())
|
||||
{
|
||||
m_base.value += L"0"; // Add a leading zero
|
||||
m_base.value += L'0'; // Add a leading zero
|
||||
}
|
||||
|
||||
m_decPtIndex = m_base.value.size();
|
||||
|
||||
Reference in New Issue
Block a user