Changeset 3669 in ntrip


Ignore:
Timestamp:
Feb 11, 2012, 6:10:21 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxnavfile.cpp

    r3666 r3669  
    120120    else {
    121121      if (glonass()) {
    122         prn = QString("R%1").arg(hlp.at(0).toInt(), 2, QChar('0'));
     122        prn = QString("R%1").arg(hlp.at(0).toInt(), 2, 10, QChar('0'));
    123123      }
    124124      else {
    125         prn = QString("G%1").arg(hlp.at(0).toInt(), 2, QChar('0'));
     125        prn = QString("G%1").arg(hlp.at(0).toInt(), 2, 10, QChar('0'));
    126126      }
    127127    }
Note: See TracChangeset for help on using the changeset viewer.