From 85db8206adf98409d5e8a105e9f3fe6fe0823ca9 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 30 Oct 2012 16:55:57 +0100 Subject: [PATCH] src/neutrino.cpp: supplement to 9c9febce5745c0284190f08c8fed7dcae55cb1b8, THX Gaucho316 (fix) Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/69715cbc5ee1a81832870ed102923e2d83d22f73 Author: Jacek Jendrzej Date: 2012-10-30 (Tue, 30 Oct 2012) Origin message was: ------------------ src/neutrino.cpp: supplement to 9c9febce5745c0284190f08c8fed7dcae55cb1b8, THX Gaucho316 (fix) --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 34c0a3a21..2acea1353 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3862,11 +3862,11 @@ void CNeutrinoApp::getAnnounceEpgName(CTimerd::RecordingInfo * eventinfo, std::s zAddData += epgdata.title; } else if(strlen(eventinfo->epgTitle)!=0) { - zAddData += " :\n"; zAddData += eventinfo->epgTitle; } } else if(strlen(eventinfo->epgTitle)!=0) { + zAddData += " :\n"; zAddData += eventinfo->epgTitle; }