Changeset 7182 in ntrip for trunk/BNC/src/bncwindow.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/bncwindow.cpp

    r7179 r7182  
    14031403  while (it.hasNext()) {
    14041404    QStringList hlp = it.next().split(" ");
    1405     if (hlp.size() < 5) continue;
     1405    if (hlp.size() < 7) continue;
    14061406    _mountPointsTable->insertRow(iRow);
    14071407
Note: See TracChangeset for help on using the changeset viewer.