Changeset 4297 in ntrip


Ignore:
Timestamp:
Jun 23, 2012, 8:25:26 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsp3.cpp

    r4296 r4297  
    5050      if (_lastEpoTime.valid()) {
    5151        for (bncTime ep = _lastEpoTime +_sampl; ep < epoTime; ep = ep +_sampl) {
    52           _out << "*  " << ep.datestr(' ') << ep.timestr(8, ' ') << endl;
     52          _out << "*  " << ep.datestr(' ') << ' ' << ep.timestr(8, ' ') << endl;
    5353        }
    5454      }
     
    5656      // Print the new epoch
    5757      // -------------------
    58       _out << "*  " << epoTime.datestr(' ') << epoTime.timestr(8, ' ') << endl;
     58      _out << "*  " << epoTime.datestr(' ') << ' ' << epoTime.timestr(8, ' ') << endl;
    5959
    6060      _lastEpoTime = epoTime;
Note: See TracChangeset for help on using the changeset viewer.