summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.c b/channels.c
index 6afa7b95..b69e4549 100644
--- a/channels.c
+++ b/channels.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: channels.c 1.9 2002/11/24 14:28:48 kls Exp $
+ * $Id: channels.c 1.10 2002/11/24 20:09:42 kls Exp $
*/
#include "channels.h"
@@ -174,6 +174,7 @@ cChannel::cChannel(void)
tid = 0;
sid = 888;
rid = 0;
+ number = 0;
groupSep = false;
polarization = 'v';
inversion = INVERSION_AUTO;