Changeset 9080 in ntrip
- Timestamp:
- Aug 31, 2020, 11:06:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/combination/bnccomb.cpp
r9036 r9080 166 166 while (it.hasNext()) { 167 167 QStringList hlp = it.next().split(","); 168 if (hlp.size() > 7) {169 ssrFormat = hlp[ 7];168 if (hlp.size() > 5) { 169 ssrFormat = hlp[5]; 170 170 } 171 171 }
Note:
See TracChangeset
for help on using the changeset viewer.