summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-06 13:26:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-06 13:26:23 +0200
commit96d25c3be1ead9d1ecd6e1ffadfb57aa42b22c2b (patch)
tree30b3239ede65e33bfeb36029502c5beb31afb387 /device.c
parent1f798b0f8e4735fb1c444379f2cfa968e85ccd3a (diff)
downloadvdr-96d25c3be1ead9d1ecd6e1ffadfb57aa42b22c2b.tar.gz
vdr-96d25c3be1ead9d1ecd6e1ffadfb57aa42b22c2b.tar.bz2
Fixed unwanted track modifications when parsing PAT/PMT for recording
Diffstat (limited to 'device.c')
-rw-r--r--device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.c b/device.c
index 94b0c2f8..834b6ead 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c 2.22 2009/06/06 11:17:05 kls Exp $
+ * $Id: device.c 2.23 2009/06/06 13:25:58 kls Exp $
*/
#include "device.h"
@@ -61,6 +61,7 @@ cDevice *cDevice::primaryDevice = NULL;
cDevice *cDevice::avoidDevice = NULL;
cDevice::cDevice(void)
+:patPmtParser(true)
{
cardIndex = nextCardIndex++;