mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Merge branch 'cst-next' into nmp-cst-next
- Fix merge conflicts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a3c90fccf
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-19 (Fri, 19 Aug 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -306,7 +306,10 @@ bool readEventsFromFile(std::string &epgname, int &ev_count)
|
||||
onid = xmlGetNumericAttribute(service, "original_network_id", 16);
|
||||
tsid = xmlGetNumericAttribute(service, "transport_stream_id", 16);
|
||||
sid = xmlGetNumericAttribute(service, "service_id", 16);
|
||||
|
||||
if(!onid || !tsid || !sid){
|
||||
service = xmlNextNode(service);
|
||||
continue;
|
||||
}
|
||||
event = xmlChildrenNode(service);
|
||||
|
||||
while (event) {
|
||||
|
Reference in New Issue
Block a user