File channel_filter.diff of Package gsopcast
Index: gsopcast-0.4.0/src/channel.cc
===================================================================
--- gsopcast-0.4.0.orig/src/channel.cc
+++ gsopcast-0.4.0/src/channel.cc
@@ -206,8 +206,8 @@ void channel_list_update(char *buf)
buf_pt = strstr(buf_pt, "type=\"");
buf_pt += strlen("type=\"");
found = FALSE;
- if (*buf_pt != '0') ///filter
- found = TRUE;
+ //if (*buf_pt != '0') ///filter
+ //found = TRUE;
/////////////statistics
//for (i = 0; i < 9; i++) {
for (i = 0; i < 12; i++) {