fix conflict

This commit is contained in:
[CST] Focus
2012-06-18 14:56:17 +04:00
32 changed files with 98 additions and 96 deletions

View File

@@ -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 );