Changeset 8791 in ntrip for branches/BNC_2.12
- Timestamp:
- Aug 15, 2019, 1:07:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncrinex.cpp
r8668 r8791 378 378 QString monNum = "0"; 379 379 QString recNum = "0"; 380 if (statIDlength == 9) { 381 monNum = QChar(_statID[4]); 382 recNum = QChar(_statID[5]); 383 } 380 384 QListIterator<QString> it(settings.value("mountPoints").toStringList()); 381 385 while (it.hasNext()) {
Note:
See TracChangeset
for help on using the changeset viewer.