- Timestamp:
- Aug 17, 2014, 3:34:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppRun.cpp
r5984 r5986 263 263 } 264 264 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 } 266 269 267 270 emit newMessage(QByteArray(log.str().c_str()), true);
Note:
See TracChangeset
for help on using the changeset viewer.