summaryrefslogtreecommitdiff
path: root/dvbapi.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-01-20 09:55:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-01-20 09:55:23 +0100
commit9a7deaae2eb3f1cedeec5e5f67831d7685a33dfd (patch)
tree71f2d385c5de506117b6c0652df8fabc5183f3c4 /dvbapi.c
parent2a2919d053b392b04e6d8122114bd34cf2a1b22e (diff)
downloadvdr-9a7deaae2eb3f1cedeec5e5f67831d7685a33dfd.tar.gz
vdr-9a7deaae2eb3f1cedeec5e5f67831d7685a33dfd.tar.bz2
The EPG scanner now starts with the first channel
Diffstat (limited to 'dvbapi.c')
-rw-r--r--dvbapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbapi.c b/dvbapi.c
index ba0894d7..9a5d39a1 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.c 1.51 2001/01/20 09:51:51 kls Exp $
+ * $Id: dvbapi.c 1.52 2001/01/20 09:52:56 kls Exp $
*/
#include "dvbapi.h"
@@ -2403,7 +2403,7 @@ cEITScanner::cEITScanner(void)
{
lastScan = lastActivity = time(NULL);
currentChannel = 0;
- lastChannel = 1;
+ lastChannel = 0;
}
void cEITScanner::Activity(void)