mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
audioplayer.cpp: fix comparison operator
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca8f8251ed
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Origin message was:
------------------
- audioplayer.cpp: fix comparison operator
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -437,7 +437,7 @@ int CAudioPlayerGui::show()
|
||||
if (m_screensaver)
|
||||
{
|
||||
screensaver(false);
|
||||
if (msg < CRCInput::RC_MaxRC) {
|
||||
if (msg <= CRCInput::RC_MaxRC) {
|
||||
// ignore first keypress - just quit the screensaver
|
||||
g_RCInput->clearRCMsg();
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user