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