mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
CKeyChooserItemNoKey: fix type cast
Origin commit data
------------------
Commit: a1a5965017
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-08-20 (Sun, 20 Aug 2017)
This commit is contained in:
committed by
Jacek Jendrzej
parent
0a436947bc
commit
cfaaa7a48b
@@ -96,7 +96,7 @@ class CKeyChooserItemNoKey : public CMenuTarget
|
||||
|
||||
int exec(CMenuTarget* /*parent*/, const std::string & /*actionKey*/)
|
||||
{
|
||||
*key=(int)CRCInput::RC_nokey;
|
||||
*key=(unsigned int)CRCInput::RC_nokey;
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user