From f4397e31e4dc8f367d5e7bcd024fcfc0cc9c95cd Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 26 Oct 2017 15:55:34 +0200 Subject: [PATCH] zapit: add missing "case DVB_T2" to getDelSys() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5476db5d7c245112348d4dbbaa56fd53fbffab72 Author: vanhofen Date: 2017-10-26 (Thu, 26 Oct 2017) Origin message was: ------------------ - zapit: add missing "case DVB_T2" to getDelSys() ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/frontend.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zapit/src/frontend.cpp b/src/zapit/src/frontend.cpp index 51775f525..e812851ec 100644 --- a/src/zapit/src/frontend.cpp +++ b/src/zapit/src/frontend.cpp @@ -848,6 +848,7 @@ void CFrontend::getDelSys(delivery_system_t delsys, int f, int m, const char *&f break; case DVB_C: case DVB_T: + case DVB_T2: case DTMB: switch(delsys) { case DVB_C: