mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
fix rc (thx mohousch)
Origin commit data
------------------
Commit: 2d63f3f32c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-05-01 (Wed, 01 May 2024)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1329,7 +1329,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