mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Inverting if() condition
This commit is contained in:
parent
874e049532
commit
cda181e536
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ wstring UnitConverter::Unquote(const wstring& s)
|
|||
/// <param name="command">Command enum representing the command that was entered</param>
|
||||
void UnitConverter::SendCommand(Command command)
|
||||
{
|
||||
if (CheckLoad())
|
||||
if (!CheckLoad())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue