zapit/src/getservices.cpp: fix missed DVB-T footer

This commit is contained in:
[CST] Focus
2014-02-19 15:18:22 +04:00
parent 196fcc397b
commit b322403f19

View File

@@ -1028,6 +1028,7 @@ bool CServiceManager::SaveCurrentServices(transponder_id_t tpid)
break;
case FE_OFDM:
sprintf(satstr, "\t<%s name=\"%s\"\n", "terrestrial", spos_it->second.name.c_str());
footer = "</terrestrial>";
break;
default:
break;