Changeset 9878 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 21, 2022, 12:08:52 PM (17 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9877 r9878  
    339339  // Read first line (with epoch time)
    340340  // ---------------------------------
    341   QTextStream in(epochLines[0].toLatin1());
     341  QTextStream in(epochLines[0].toLatin1()); cout << epochLines[0].toLatin1()) << " : " << endl;
    342342  QString hlp;
    343343  int year, month, day, hour, min;
Note: See TracChangeset for help on using the changeset viewer.