diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-08-31 12:42:36 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-08-31 12:42:36 +0200 |
commit | f52e8759c5a1b462cf1ae116f96128934a559fe7 (patch) | |
tree | e25bf79979b35e2f1a12125a57dfa3f2874cafac /config.c | |
parent | 2090ed6f7c5668645bcbeaab73ee68be341349e4 (diff) | |
download | vdr-f52e8759c5a1b462cf1ae116f96128934a559fe7.tar.gz vdr-f52e8759c5a1b462cf1ae116f96128934a559fe7.tar.bz2 |
Fixed wrong initialization of Setup.PositionerSwing
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 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; |