Changeset 3415 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Sep 3, 2011, 3:04:36 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r3414 r3415  
    13171317          if (_outlierGPS.size() > 0 || _outlierGlo.size() > 0) {
    13181318            _log += "Neglected PRNs: ";
    1319             QStringListIterator itGPS(_outlierGPS);
    1320             while (itGPS.hasNext()) {
    1321               QString prn = itGPS.next();
    1322               _log += prn + ' ';
     1319            if (!_outlierGPS.isEmpty()) {
     1320              _log += _outlierGPS.last() + ' ';
    13231321            }
    13241322            QStringListIterator itGlo(_outlierGlo);
Note: See TracChangeset for help on using the changeset viewer.