Changeset 9879 in ntrip


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

minor changes

File:
1 edited

Legend:

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

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