- Timestamp:
- Feb 11, 2012, 5:49:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/ephemeris.cpp
r3666 r3667 822 822 823 823 if (_prn.at(0) != 'G') { 824 _prn = QString("G%1").arg(_prn.toInt(), 2, QChar('0'));825 } 826 824 _prn = QString("G%1").arg(_prn.toInt(), 2, 10, QLatin1Char('0')); 825 } 826 827 827 if (year < 80) { 828 828 year += 2000;
Note:
See TracChangeset
for help on using the changeset viewer.