Changeset 9591 in ntrip for trunk/BNC/src
- Timestamp:
- Jan 7, 2022, 9:33:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r9587 r9591 42 42 #include <sstream> 43 43 #include <QMessageBox> 44 //#include <QString>45 44 #include <cmath> 46 45 … … 187 186 QByteArray msgLocal = msg; 188 187 if (msg.indexOf('\n') == 0) { 189 *_logStream << Qt::endl;188 *_logStream << endl; 190 189 msgLocal = msg.mid(1); 191 190 } 192 191 *_logStream << currentDateAndTimeGPS().toString("yy-MM-dd hh:mm:ss ").toLatin1().data(); 193 *_logStream << msgLocal.data() << Qt::endl;192 *_logStream << msgLocal.data() << endl; 194 193 _logStream->flush(); 195 194 _logFile->flush(); … … 401 400 << _userName.toLatin1().data() 402 401 << hlp.toLatin1().data() 403 << "PGM / RUN BY / DATE" << Qt::endl;402 << "PGM / RUN BY / DATE" << endl; 404 403 405 404 QStringListIterator it(comments); … … 428 427 << _userName.toLatin1().data() 429 428 << hlp.toLatin1().data() 430 << "PGM / RUN BY / DATE" << Qt::endl;429 << "PGM / RUN BY / DATE" << endl; 431 430 432 431 QStringListIterator it(comments); … … 450 449 << _userName.toLatin1().data() 451 450 << hlp.toLatin1().data() 452 << "PGM / RUN BY / DATE" << Qt::endl;451 << "PGM / RUN BY / DATE" << endl; 453 452 454 453 QStringListIterator it(comments);
Note:
See TracChangeset
for help on using the changeset viewer.