Index: trunk/BNC/src/rinex/reqcanalyze.cpp
===================================================================
--- trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 6121)
+++ trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 6122)
@@ -750,11 +750,9 @@
 
     const t_rnxObsFile::t_rnxSat& rnxSat = _currEpo->rnxSat[iSat];
-
-    QString prn = QString("%1%2").arg(rnxSat.satSys)
-                                 .arg(rnxSat.satNum, 2, 10, QChar('0'));
+    const t_prn& prn = rnxSat.prn;
 
     t_eph* eph = 0;
     for (int ie = 0; ie < _ephs.size(); ie++) {
-      if (QString(_ephs[ie]->prn().toString().c_str()) == prn) {
+      if (_ephs[ie]->prn() == prn) {
         eph = _ephs[ie];
         break;
