freebsd-ports/www/vdr-plugin-live/files/patch-pages-multischedule.ecpp

12 lines
490 B
Text
Raw Normal View History

--- a/pages/multischedule.ecpp.orig
+++ b/pages/multischedule.ecpp
@@ -295,7 +295,7 @@ pageTitle = tr("MultiSchedule");
cChannel* Channel = Channels.GetByNumber( chan );
if ( ! Channel )
continue;
- if ( Channel->GroupSep() || Channel->Name() == '\0' )
+ if ( Channel->GroupSep() || *Channel->Name() == '\0' )
continue;
channel_names[ j ] = Channel->Name();
channel_IDs[ j ] = Channel->GetChannelID();