mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
eitd/sectionsd.cpp: fix channels events when no channel list passed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e35cb9ede
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-14 (Tue, 14 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4511,7 +4511,7 @@ void sectionsd_getChannelEvents(CChannelEventList &eList, const bool tv_mode = t
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(clen == (int) eList.size())
|
||||
if(clen && (clen == (int) eList.size()))
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user