mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Fix silly bug in remote control.
This commit is contained in:
parent
8366868382
commit
455755328a
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue