mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 22:03:11 -07:00
Fixed merge conflict
This commit is contained in:
parent
cfca2b8c89
commit
20687eb591
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace CalculatorApp
|
|||
|
||||
Platform::String^ GetEnglishValueFromLocalizedDigits(const std::wstring& localizedString) const
|
||||
{
|
||||
if (!wcscmp(m_resolvedName, L"en-US"))
|
||||
if (!wcscmp((PCWSTR)m_resolvedName, L"en-US"))
|
||||
{
|
||||
return ref new Platform::String(localizedString.c_str());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue