f356c31cb6
- Bump PORTREVISION. Submitted by: beefy1 via pkg-fallout
11 lines
490 B
Text
11 lines
490 B
Text
--- 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();
|