Fix silly bug in remote control.

This commit is contained in:
Jonathan Naylor 2019-01-11 13:02:33 +00:00
parent 8366868382
commit 455755328a

View file

@ -1678,7 +1678,7 @@ bool CMMDVMHost::isBusy() const
void CMMDVMHost::remoteControl()
{
if (m_remoteControl != NULL)
if (m_remoteControl == NULL)
return;
REMOTE_COMMAND command = m_remoteControl->getCommand();