Changeset 9555 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 30, 2021, 1:09:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r9544 r9555 141 141 while (iSta.hasNext()) { 142 142 QStringList hlp = iSta.next().split(","); 143 if (hlp.size() < 1 0) {143 if (hlp.size() < 11) { 144 144 continue; 145 145 } 146 146 QByteArray mp = hlp[0].toLatin1(); 147 147 if (_staID == mp) { 148 nmeaPort = hlp[ 9].toInt();148 nmeaPort = hlp[10].toInt(); 149 149 } 150 150 }
Note:
See TracChangeset
for help on using the changeset viewer.