[Gpredict-svn] SF.net SVN: gpredict:[221] trunk/src/trsp-conf.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-04-03 18:09:14
|
Revision: 221 http://gpredict.svn.sourceforge.net/gpredict/?rev=221&view=rev Author: csete Date: 2009-04-03 18:08:52 +0000 (Fri, 03 Apr 2009) Log Message: ----------- Fixed a typo in file extension. Modified Paths: -------------- trunk/src/trsp-conf.c Modified: trunk/src/trsp-conf.c =================================================================== --- trunk/src/trsp-conf.c 2009-04-01 22:44:54 UTC (rev 220) +++ trunk/src/trsp-conf.c 2009-04-03 18:08:52 UTC (rev 221) @@ -54,7 +54,7 @@ gchar **groups; gsize numgrp,i; - name = g_strdup_printf ("%d.tsrp", catnum); + name = g_strdup_printf ("%d.trsp", catnum); confdir = get_conf_dir(); fname = g_strconcat (confdir, G_DIR_SEPARATOR_S, "trsp", G_DIR_SEPARATOR_S, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |