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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 69715cbc5e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-30 (Tue, 30 Oct 2012)

Origin message was:
------------------
src/neutrino.cpp: supplement to c044df3aab, THX Gaucho316 (fix)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-10-30 16:55:57 +01:00
parent 2c6a39984b
commit 3df02e3741

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