Changeset 9819 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Sep 1, 2022, 4:29:40 PM (20 months ago)
Author:
stuerze
Message:

minor chenges to allow streams without code biases within the combination

File:
1 edited

Legend:

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

    r9772 r9819  
    186186    QByteArray msgLocal = msg;
    187187    if (msg.indexOf('\n') == 0) {
    188       *_logStream << endl;
     188      *_logStream << "\r\n";
    189189      msgLocal = msg.mid(1);
    190190    }
    191191    *_logStream << currentDateAndTimeGPS().toString("yy-MM-dd hh:mm:ss ").toLatin1().data();
    192     *_logStream << msgLocal.data() << endl;
     192    *_logStream << msgLocal.data() << "\r\n";
    193193    _logStream->flush();
    194194    _logFile->flush();
Note: See TracChangeset for help on using the changeset viewer.