mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Fix silly bug in remote control.
This commit is contained in:
@@ -1678,7 +1678,7 @@ bool CMMDVMHost::isBusy() const
|
|||||||
|
|
||||||
void CMMDVMHost::remoteControl()
|
void CMMDVMHost::remoteControl()
|
||||||
{
|
{
|
||||||
if (m_remoteControl != NULL)
|
if (m_remoteControl == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
REMOTE_COMMAND command = m_remoteControl->getCommand();
|
REMOTE_COMMAND command = m_remoteControl->getCommand();
|
||||||
|
|||||||
Reference in New Issue
Block a user