[Gpredict-svn] SF.net SVN: gpredict:[73] 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:09:51
|
Revision: 73
http://gpredict.svn.sourceforge.net/gpredict/?rev=73&view=rev
Author: csete
Date: 2008-08-27 21:10:00 +0000 (Wed, 27 Aug 2008)
Log Message:
-----------
Fixed yet another bug.
Modified Paths:
--------------
trunk/src/rotor-conf.c
Modified: trunk/src/rotor-conf.c
===================================================================
--- trunk/src/rotor-conf.c 2008-08-27 21:07:59 UTC (rev 72)
+++ trunk/src/rotor-conf.c 2008-08-27 21:10:00 UTC (rev 73)
@@ -98,7 +98,7 @@
return FALSE;
}
- conf->port = g_key_file_get_string (cfg, GROUP, KEY_PORT, &error);
+ conf->port = g_key_file_get_integer (cfg, GROUP, KEY_PORT, &error);
if (error != NULL) {
sat_log_log (SAT_LOG_LEVEL_ERROR,
_("%s: Error reading rotor conf from %s (%s)."),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|