mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 16:03:36 +02:00
driver/rcinput: let getUnicodeValue() return const char *
Origin commit data
------------------
Branch: ni/coolstream
Commit: 34c23ed7a5
Author: martii <m4rtii@gmx.de>
Date: 2014-02-23 (Sun, 23 Feb 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -290,7 +290,7 @@ class CRCInput
|
||||
static bool isNumeric(const neutrino_msg_t key);
|
||||
static int getNumericValue(const neutrino_msg_t key);
|
||||
static unsigned int convertDigitToKey(const unsigned int digit);
|
||||
static int getUnicodeValue(const neutrino_msg_t key);
|
||||
static const char *getUnicodeValue(const neutrino_msg_t key);
|
||||
uint32_t *setAllowRepeat(uint32_t *);
|
||||
|
||||
static const char * getSpecialKeyName(const unsigned int key);
|
||||
|
Reference in New Issue
Block a user