From 8112230ac0a66766d233253b6260a1a06229aff6 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Fri, 13 Feb 2009 22:42:44 +0100 Subject: Added patch from Keine_Ahnung Added translations for content descriptions (thanks to Keine_Ahnung) --- process.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'process.cpp') diff --git a/process.cpp b/process.cpp index 96f0439..14bb96c 100644 --- a/process.cpp +++ b/process.cpp @@ -961,6 +961,19 @@ bool cProcessInfosatepg::CheckAnnouncement(char *s,cInfosatevent *iEvent) { // just ignore this } + + else if ((strlen(s)>=16) && (!strncmp(s,"kabel eins Trick",16))) + { + // just ignore this + } + else if ((strlen(s)>=5) && (!strncmp(s,"JETIX",5))) + { + // just ignore this + } + else if ((strlen(s)>=11) && (!strncmp(s,"DISNEY TIME",11))) + { + // just ignore this + } else ret=false; return ret; } -- cgit v1.2.3