Changeset 3667 in ntrip for trunk/BNC/RTCM3/ephemeris.cpp


Ignore:
Timestamp:
Feb 11, 2012, 5:49:35 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/ephemeris.cpp

    r3666 r3667  
    822822
    823823      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   
    827827      if      (year <  80) {
    828828        year += 2000;
Note: See TracChangeset for help on using the changeset viewer.