mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
CUpnpBrowserGui: fix possible compile errot
error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses]
Origin commit data
------------------
Branch: ni/coolstream
Commit: cbe21aade7
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-08 (Sun, 08 Oct 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -869,8 +869,7 @@ bool CUpnpBrowserGui::selectItem(std::string id)
|
|||||||
m_frameBuffer->Clear();
|
m_frameBuffer->Clear();
|
||||||
refresh = true;
|
refresh = true;
|
||||||
}
|
}
|
||||||
else if (m_folderplay && (msg == (neutrino_msg_t) CRCInput::RC_prev)
|
else if (m_folderplay && ((msg == (neutrino_msg_t) CRCInput::RC_prev) || video_key_msg == CMoviePlayerGui::PLUGIN_PLAYSTATE_PREV)){
|
||||||
|| video_key_msg == CMoviePlayerGui::PLUGIN_PLAYSTATE_PREV){
|
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
m_playid -= 2;
|
m_playid -= 2;
|
||||||
if (m_playid < 0)
|
if (m_playid < 0)
|
||||||
|
Reference in New Issue
Block a user