From 8e92721e31f17f2946f41ca1bee3b6e6a00da45c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 19 Feb 2014 15:18:22 +0400 Subject: [PATCH] zapit/src/getservices.cpp: fix missed DVB-T footer Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b322403f198cb4eaa50a3ebee3c267e784be29df Author: [CST] Focus Date: 2014-02-19 (Wed, 19 Feb 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/getservices.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zapit/src/getservices.cpp b/src/zapit/src/getservices.cpp index 1357c5421..786443b88 100644 --- a/src/zapit/src/getservices.cpp +++ b/src/zapit/src/getservices.cpp @@ -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 = ""; break; default: break;