Changeset 9555 in ntrip


Ignore:
Timestamp:
Nov 30, 2021, 1:09:12 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.cpp

    r9544 r9555  
    141141  while (iSta.hasNext()) {
    142142    QStringList hlp = iSta.next().split(",");
    143     if (hlp.size() < 10) {
     143    if (hlp.size() < 11) {
    144144      continue;
    145145    }
    146146    QByteArray mp = hlp[0].toLatin1();
    147147    if (_staID == mp) {
    148       nmeaPort = hlp[9].toInt();
     148      nmeaPort = hlp[10].toInt();
    149149    }
    150150  }
Note: See TracChangeset for help on using the changeset viewer.