- audioplayer.cpp: fix comparison operator

This commit is contained in:
svenhoefer
2013-02-28 10:02:59 +01:00
parent c0959cc5f5
commit ca8f8251ed

View File

@@ -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;