[Gpredict-svn] SF.net SVN: gpredict:[923] trunk/src/tle-update.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2011-10-09 13:36:19
|
Revision: 923 http://gpredict.svn.sourceforge.net/gpredict/?rev=923&view=rev Author: aa1vs Date: 2011-10-09 13:36:13 +0000 (Sun, 09 Oct 2011) Log Message: ----------- Eliminate compiler warning. Modified Paths: -------------- trunk/src/tle-update.c Modified: trunk/src/tle-update.c =================================================================== --- trunk/src/tle-update.c 2011-10-09 13:34:42 UTC (rev 922) +++ trunk/src/tle-update.c 2011-10-09 13:36:13 UTC (rev 923) @@ -860,7 +860,7 @@ } /* set b to non-null as a flag */ - b = 1; + b = path; /* read lines from tle file */ while (fgets (linetmp, 80, fp)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |