Index: trunk/BNC/src/satObs.cpp
===================================================================
--- trunk/BNC/src/satObs.cpp	(revision 6452)
+++ trunk/BNC/src/satObs.cpp	(revision 6453)
@@ -39,5 +39,5 @@
   ostringstream str;
   str.setf(ios::showpoint | ios::fixed);
-  str << "C " << _staID << ' ' << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '
+  str << "C " << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '
       << _prn.toString() << ' ' << setw(3) << _iod << ' '
       << setw(10) << setprecision(4) << _dClk       * t_CST::c << ' '
@@ -77,5 +77,5 @@
   ostringstream str;
   str.setf(ios::showpoint | ios::fixed);
-  str << "O " << _staID << ' ' << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '
+  str << "O " << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '
       << _prn.toString() << ' ' << setw(3) << _iod << ' '
       << setw(10) << setprecision(4) << _xr[0]     << ' '
