mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
fix conflict
This commit is contained in:
@@ -538,7 +538,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
#endif
|
||||
while(1) {
|
||||
timer_id = 0;
|
||||
if ( timers.size()> 0 )
|
||||
if ( !timers.empty() )
|
||||
{
|
||||
#ifdef USE_GETTIMEOFDAY
|
||||
gettimeofday( &tv, NULL );
|
||||
|
Reference in New Issue
Block a user