src/neutrino.cpp: supplement to 654ca3656d, THX Gaucho316 (fix)

This commit is contained in:
satbaby
2012-10-30 16:55:57 +01:00
parent c3cf1741a3
commit 69715cbc5e

View File

@@ -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;
}