Skip to content

Commit 4557553

Browse files
committed
Fix silly bug in remote control.
1 parent 8366868 commit 4557553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MMDVMHost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ bool CMMDVMHost::isBusy() const
16781678

16791679
void CMMDVMHost::remoteControl()
16801680
{
1681-
if (m_remoteControl != NULL)
1681+
if (m_remoteControl == NULL)
16821682
return;
16831683

16841684
REMOTE_COMMAND command = m_remoteControl->getCommand();

0 commit comments

Comments
 (0)