mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Fix silly bug in remote control.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user