diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-09 15:10:11 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-09 15:10:11 +0200 |
commit | 099df13b6c39a9791bac814aa9501368d74e16c5 (patch) | |
tree | f4b4f639a951122b25bf0df7d73553a72d1b2de4 /config.c | |
parent | 7115b3b97bc79a78e70406874a1ad2d641d0feef (diff) | |
download | vdr-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |