mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
neutrino: fix signed/unsigned warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6996658dcc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
c2c1400412
commit
53e3a05eaf
@@ -2065,7 +2065,7 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
|
||||
saveSetup(NEUTRINO_SETTINGS_FILE);
|
||||
}
|
||||
}
|
||||
else if( ((msg == CRCInput::RC_tv) || (msg == CRCInput::RC_radio)) && ((neutrino_msg_t)g_settings.key_tvradio_mode == CRCInput::RC_nokey)) {
|
||||
else if (((msg == CRCInput::RC_tv) || (msg == CRCInput::RC_radio)) && (g_settings.key_tvradio_mode == (int)CRCInput::RC_nokey)) {
|
||||
switchTvRadioMode();//used with defined default tv/radio rc key
|
||||
}
|
||||
else if( msg == (neutrino_msg_t) g_settings.key_tvradio_mode ) {
|
||||
|
Reference in New Issue
Block a user