Changeset 7182 in ntrip for trunk/BNC/src/bncrinex.cpp


Ignore:
Timestamp:
Aug 14, 2015, 2:45:30 PM (9 years ago)
Author:
stuerze
Message:

minor changes to prevent crash because of chenaged mountPoint entries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.cpp

    r7179 r7182  
    334334    while (it.hasNext()) {
    335335      QStringList hlp = it.next().split(" ");
    336       if (hlp.size() <= 1)
     336      if (hlp.size() < 7)
    337337        continue;
    338338      if (hlp.join(" ").indexOf(_statID, 0) != -1) {
Note: See TracChangeset for help on using the changeset viewer.