summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-08-31 12:42:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-08-31 12:42:36 +0200
commitf52e8759c5a1b462cf1ae116f96128934a559fe7 (patch)
treee25bf79979b35e2f1a12125a57dfa3f2874cafac /config.c
parent2090ed6f7c5668645bcbeaab73ee68be341349e4 (diff)
downloadvdr-f52e8759c5a1b462cf1ae116f96128934a559fe7.tar.gz
vdr-f52e8759c5a1b462cf1ae116f96128934a559fe7.tar.bz2
Fixed wrong initialization of Setup.PositionerSwing
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 591d2ceb..657b61c0 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 3.1 2013/05/23 12:41:06 kls Exp $
+ * $Id: config.c 3.2 2013/08/31 12:41:28 kls Exp $
*/
#include "config.h"
@@ -393,7 +393,7 @@ cSetup::cSetup(void)
SiteLat = 0;
SiteLon = 0;
PositionerSpeed = 15;
- PositionerSwing = 65;
+ PositionerSwing = 650;
PositionerLastLon = 0;
SetSystemTime = 0;
TimeSource = 0;