supplemental to bddc03b06619bc427f5e7675307f29d37c996473, fix typo

Origin commit data
------------------
Commit: 29fe1745c6
Author: TangoCash <eric@loxat.de>
Date: 2018-10-28 (Sun, 28 Oct 2018)
This commit is contained in:
TangoCash
2018-10-28 13:06:12 +01:00
committed by vanhofen
parent 4421fae523
commit f918f43320

View File

@@ -1300,7 +1300,7 @@ void CBouquetManager::readEPGMapping()
if(channel_id && epg_id){
EpgIDMapping[channel_id]=epg_id;
}
if(channel_id && ((xmlepg != NULL) && (xmlepg[0] == '\0'))){
if(channel_id && ((xmlepg != NULL) && (xmlepg[0] != '\0'))){
EpgXMLMapping[channel_id]=xmlepg;
}
epgmap = xmlNextNode(epgmap);