Changeset 9080 in ntrip for branches


Ignore:
Timestamp:
Aug 31, 2020, 11:06:08 PM (4 years ago)
Author:
stuerze
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/combination/bnccomb.cpp

    r9036 r9080  
    166166  while (it.hasNext()) {
    167167    QStringList hlp = it.next().split(",");
    168     if (hlp.size() > 7) {
    169       ssrFormat = hlp[7];
     168    if (hlp.size() > 5) {
     169      ssrFormat = hlp[5];
    170170    }
    171171  }
Note: See TracChangeset for help on using the changeset viewer.