Changeset 9875 in ntrip


Ignore:
Timestamp:
Nov 21, 2022, 11:56:25 AM (17 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9874 r9875  
    345345  in >> hlp >> year >> month >> day >> hour >> min >> sec;
    346346  bncTime epoTime;
    347   epoTime.set(year, month, day, hour, min, sec);
     347  epoTime.set(year, month, day, hour, min, sec); cout << epoTime.timestr().c_str() << endl;
    348348
    349349  emit(newMessage(
Note: See TracChangeset for help on using the changeset viewer.