Changeset 4298 in ntrip


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

Legend:

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

    r4297 r4298  
    4848      // Check the sampling interval (print empty epochs)
    4949      // ------------------------------------------------
    50       if (_lastEpoTime.valid()) {
     50      if (_lastEpoTime.valid() && _sampl > 0) {
    5151        for (bncTime ep = _lastEpoTime +_sampl; ep < epoTime; ep = ep +_sampl) {
    5252          _out << "*  " << ep.datestr(' ') << ' ' << ep.timestr(8, ' ') << endl;
Note: See TracChangeset for help on using the changeset viewer.