Changeset 9139 in ntrip for branches/BNC_2.12


Ignore:
Timestamp:
Sep 25, 2020, 10:34:14 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncclockrinex.cpp

    r8836 r9139  
    5858      }
    5959
    60 
    6160      _out << "AS " << prn.toLatin1().data()
    6261           << datTim.toString("  yyyy MM dd hh mm").toLatin1().data()
     
    7776      }
    7877      _out << endl;
     78
    7979    return success;
    8080  }
     
    9292
    9393
    94   _out << "BNC v" << BNCVERSION     << "                               "
     94  _out << "BNC v" << BNCVERSION     << "                            "
    9595       << datTim.toString("yyyyMMdd hhmmss").leftJustified(20, ' ', true).toAscii().data()
    9696       << "PGM / RUN BY / DATE" << endl;
Note: See TracChangeset for help on using the changeset viewer.