- Timestamp:
- Feb 11, 2012, 6:10:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/rnxnavfile.cpp ΒΆ
r3666 r3669 120 120 else { 121 121 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')); 123 123 } 124 124 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')); 126 126 } 127 127 }
Note:
See TracChangeset
for help on using the changeset viewer.