diff --git a/MMDVMHost.cpp b/MMDVMHost.cpp index cbc746b..2ad36b2 100644 --- a/MMDVMHost.cpp +++ b/MMDVMHost.cpp @@ -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();