summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-09 15:10:11 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-09 15:10:11 +0200
commit099df13b6c39a9791bac814aa9501368d74e16c5 (patch)
treef4b4f639a951122b25bf0df7d73553a72d1b2de4 /config.c
parent7115b3b97bc79a78e70406874a1ad2d641d0feef (diff)
downloadvdr-099df13b6c39a9791bac814aa9501368d74e16c5.tar.gz
vdr-099df13b6c39a9791bac814aa9501368d74e16c5.tar.bz2
Fixed the default value for "Setup/EPG bugfix level"
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c
index ed817e71..ecd91af2 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 1.137 2005/09/04 10:49:38 kls Exp $
+ * $Id: config.c 1.138 2005/09/09 15:08:59 kls Exp $
*/
#include "config.h"
@@ -267,7 +267,7 @@ cSetup::cSetup(void)
AudioLanguages[0] = -1;
EPGLanguages[0] = -1;
EPGScanTimeout = 5;
- EPGBugfixLevel = 2;
+ EPGBugfixLevel = 3;
EPGLinger = 0;
SVDRPTimeout = 300;
ZapTimeout = 3;