summaryrefslogtreecommitdiff
path: root/www/vdr-plugin-live/files/patch-pages-multischedule.ecpp
blob: 7ab07f578f3889cbc4c712468a896604148b02af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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();