mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
fix somme inits
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2d11995d1d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -743,7 +743,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))
|
||||
{
|
||||
uint32_t trkey;
|
||||
uint32_t trkey = 0;
|
||||
char key = 0;
|
||||
read(fd_keyb, &key, sizeof(key));
|
||||
|
||||
|
Reference in New Issue
Block a user