Changeset 9591 in ntrip


Ignore:
Timestamp:
Jan 7, 2022, 9:33:18 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9587 r9591  
    4242#include <sstream>
    4343#include <QMessageBox>
    44 //#include <QString>
    4544#include <cmath>
    4645
     
    187186    QByteArray msgLocal = msg;
    188187    if (msg.indexOf('\n') == 0) {
    189       *_logStream << Qt::endl;
     188      *_logStream << endl;
    190189      msgLocal = msg.mid(1);
    191190    }
    192191    *_logStream << currentDateAndTimeGPS().toString("yy-MM-dd hh:mm:ss ").toLatin1().data();
    193     *_logStream << msgLocal.data() << Qt::endl;
     192    *_logStream << msgLocal.data() << endl;
    194193    _logStream->flush();
    195194    _logFile->flush();
     
    401400                       << _userName.toLatin1().data()
    402401                       << hlp.toLatin1().data()
    403                        << "PGM / RUN BY / DATE" << Qt::endl;
     402                       << "PGM / RUN BY / DATE" << endl;
    404403
    405404        QStringListIterator it(comments);
     
    428427                       << _userName.toLatin1().data()
    429428                       << hlp.toLatin1().data()
    430                        << "PGM / RUN BY / DATE" << Qt::endl;
     429                       << "PGM / RUN BY / DATE" << endl;
    431430
    432431        QStringListIterator it(comments);
     
    450449                           << _userName.toLatin1().data()
    451450                           << hlp.toLatin1().data()
    452                            << "PGM / RUN BY / DATE" << Qt::endl;
     451                           << "PGM / RUN BY / DATE" << endl;
    453452
    454453        QStringListIterator it(comments);
Note: See TracChangeset for help on using the changeset viewer.