mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
fix rc (thx mohousch)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90a05b4b62
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-05-03 (Fri, 03 May 2024)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1333,7 +1333,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if (ev.type == EV_SYN)
|
||||
if (ev.type != EV_KEY)
|
||||
continue; /* ignore... */
|
||||
/* try to compensate for possible changes in wall clock
|
||||
* kernel ev.time default uses CLOCK_REALTIME, as does gettimeofday().
|
||||
|
Reference in New Issue
Block a user