summaryrefslogtreecommitdiff
path: root/eitscan.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-06-22 13:45:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-06-22 13:45:53 +0200
commit359e90b8a7fee368e496b79ab253045b989fa6a5 (patch)
treee8f5dc7c57d99b8876adc33610fa221b3e4023e8 /eitscan.c
parent7ade39597ac83a03395e86a8276fbb6dec6a6a2f (diff)
downloadvdr-359e90b8a7fee368e496b79ab253045b989fa6a5.tar.gz
vdr-359e90b8a7fee368e496b79ab253045b989fa6a5.tar.bz2
Activated transfer mode
Diffstat (limited to 'eitscan.c')
-rw-r--r--eitscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eitscan.c b/eitscan.c
index 21fbe74e..a275abe0 100644
--- a/eitscan.c
+++ b/eitscan.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: eitscan.c 1.2 2002/06/10 16:30:00 kls Exp $
+ * $Id: eitscan.c 1.3 2002/06/22 13:02:40 kls Exp $
*/
#include "eitscan.h"
@@ -52,7 +52,7 @@ void cEITScanner::Process(void)
cDevice *Device = cDevice::GetDevice(i + 1, MAXPRIORITY + 1);
if (Device) {
if (Device != cDevice::PrimaryDevice() || (cDevice::NumDevices() == 1 && Setup.EPGScanTimeout && now - lastActivity > Setup.EPGScanTimeout * 3600)) {
- if (!(Device->Receiving() || Device->Replaying()/*XXX+ || Device->Transferring()XXX*/)) {
+ if (!(Device->Receiving() || Device->Replaying())) {
int oldCh = lastChannel;
int ch = oldCh + 1;
while (ch != oldCh) {