mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
Merge remote-tracking branch 'test/cst-next'
Conflicts: src/gui/osdlang_setup.cpp
This commit is contained in:
@@ -646,7 +646,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
#ifdef KEYBOARD_INSTEAD_OF_REMOTE_CONTROL
|
||||
if (FD_ISSET(fd_keyb, &rfds))
|
||||
{
|
||||
int trkey;
|
||||
uint32_t trkey;
|
||||
char key = 0;
|
||||
read(fd_keyb, &key, sizeof(key));
|
||||
|
||||
|
Reference in New Issue
Block a user