mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
keybind_setup.cpp: fix warning
Origin commit data
------------------
Commit: dba61a60c0
Author: GetAway <get-away@t-online.de>
Date: 2018-12-05 (Wed, 05 Dec 2018)
This commit is contained in:
@@ -553,7 +553,7 @@ void CKeybindSetup::showKeyBindSpecialSetup(CMenuWidget *bindSettings_special)
|
||||
else
|
||||
nkey = NKEY_PIC_MODE;
|
||||
|
||||
for (nkey; nkey <= NKEY_PIC_SIZE; nkey++) {
|
||||
for (; nkey <= NKEY_PIC_SIZE; nkey++) {
|
||||
CMenuOptionChooser * mf = new CMenuOptionChooser(key_settings[nkey].keydescription, key_settings[nkey].keyvalue_p, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true);
|
||||
mf->setHint("", key_settings[nkey].hint);
|
||||
bindSettings_special->addItem(mf);
|
||||
|
Reference in New Issue
Block a user