We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b74b30 commit 5a78e6bCopy full SHA for 5a78e6b
src/AppInstallerSharedLib/AppInstallerStrings.cpp
@@ -943,12 +943,12 @@ namespace AppInstaller::Utility
943
{
944
try
945
946
- if (ICUCaseInsensitiveEquals(input, "false"sv))
+ if (CaseInsensitiveEquals(input, "false"sv))
947
948
return { false };
949
}
950
951
- if (ICUCaseInsensitiveEquals(input, "true"sv))
+ if (CaseInsensitiveEquals(input, "true"sv))
952
953
return { true };
954
0 commit comments