mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- audioplayer.cpp: fix comparison operator
This commit is contained in:
@@ -437,7 +437,7 @@ int CAudioPlayerGui::show()
|
|||||||
if (m_screensaver)
|
if (m_screensaver)
|
||||||
{
|
{
|
||||||
screensaver(false);
|
screensaver(false);
|
||||||
if (msg < CRCInput::RC_MaxRC) {
|
if (msg <= CRCInput::RC_MaxRC) {
|
||||||
// ignore first keypress - just quit the screensaver
|
// ignore first keypress - just quit the screensaver
|
||||||
g_RCInput->clearRCMsg();
|
g_RCInput->clearRCMsg();
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user