mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- zapit/getservices: fix currentservices.xml format for cable and terrestrial
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1257,11 +1257,11 @@ bool CServiceManager::SaveCurrentServices(transponder_id_t tpid)
|
||||
footer = "</sat>";
|
||||
}
|
||||
else if (CFrontend::isCable(tI->second.feparams.delsys)) {
|
||||
sprintf(satstr, "\t<%s name=\"%s\"\n", "cable", spos_it->second.name.c_str());
|
||||
sprintf(satstr, "\t<%s name=\"%s\">\n", "cable", spos_it->second.name.c_str());
|
||||
footer = "</cable>";
|
||||
}
|
||||
else if (CFrontend::isTerr(tI->second.feparams.delsys)) {
|
||||
sprintf(satstr, "\t<%s name=\"%s\"\n", "terrestrial", spos_it->second.name.c_str());
|
||||
sprintf(satstr, "\t<%s name=\"%s\">\n", "terrestrial", spos_it->second.name.c_str());
|
||||
footer = "</terrestrial>";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user