Changeset 4230 in ntrip


Ignore:
Timestamp:
May 30, 2012, 9:00:28 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxnavfile.cpp

    r4222 r4230  
    260260
    261261  if (version() < 3.0) {
    262     *_stream << QString("%1           Navigation data")
     262    const QString fmt = glonass() ? "%1           GLONASS navigation data"
     263                                  : "%1           Navigation data";
     264    *_stream << QString(fmt)
    263265      .arg(_header._version, 9, 'f', 2)
    264266      .leftJustified(60)
Note: See TracChangeset for help on using the changeset viewer.