mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
src/neutrino.cpp: supplement to 9c9febce57
, THX Gaucho316 (fix)
Origin commit data ------------------ Commit:69715cbc5e
Author: Jacek Jendrzej <overx300@gmail.com> Date: 2012-10-30 (Tue, 30 Oct 2012) Origin message was: ------------------ src/neutrino.cpp: supplement to9c9febce57
, THX Gaucho316 (fix)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user