[Gpredict-svn] SF.net SVN: gpredict:[72] trunk/src/rotor-conf.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-08-27 21:07:49
|
Revision: 72
http://gpredict.svn.sourceforge.net/gpredict/?rev=72&view=rev
Author: csete
Date: 2008-08-27 21:07:59 +0000 (Wed, 27 Aug 2008)
Log Message:
-----------
Fixed bug.
Modified Paths:
--------------
trunk/src/rotor-conf.c
Modified: trunk/src/rotor-conf.c
===================================================================
--- trunk/src/rotor-conf.c 2008-08-27 20:52:34 UTC (rev 71)
+++ trunk/src/rotor-conf.c 2008-08-27 21:07:59 UTC (rev 72)
@@ -176,7 +176,7 @@
cfg = g_key_file_new();
g_key_file_set_string (cfg, GROUP, KEY_HOST, conf->host);
- g_key_file_set_integer (cfg, GROUP, KEY_HOST, conf->port);
+ g_key_file_set_integer (cfg, GROUP, KEY_PORT, conf->port);
g_key_file_set_double (cfg, GROUP, KEY_MINAZ, conf->minaz);
g_key_file_set_double (cfg, GROUP, KEY_MAXAZ, conf->maxaz);
g_key_file_set_double (cfg, GROUP, KEY_MINEL, conf->minel);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|