Changeset 855 in ntrip for trunk/BNS/bnssp3.cpp


Ignore:
Timestamp:
Apr 25, 2008, 4:07:11 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnssp3.cpp

    r854 r855  
    5959      double sec = fmod(GPSweeks, 60.0);
    6060   
    61       _out << "*  "
    62            << datTim.toString("yyyy MM dd hh mm").toAscii().data()
     61      _out << datTim.toString("*  yyyy MM dd hh mm").toAscii().data()
    6362           << setw(12) << setprecision(8) << sec << endl;
    6463    }
Note: See TracChangeset for help on using the changeset viewer.