Changeset 5986 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Aug 17, 2014, 3:34:55 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.cpp

    r5984 r5986  
    263263    }
    264264
    265     _logFile->write(output._epoTime.gpsw(), output._epoTime.gpssec(), QString(output._log.c_str()));
     265    if (output._epoTime.valid()) {
     266      _logFile->write(output._epoTime.gpsw(), output._epoTime.gpssec(),
     267                      QString(output._log.c_str()));
     268    }
    266269
    267270    emit newMessage(QByteArray(log.str().c_str()), true);
Note: See TracChangeset for help on using the changeset viewer.