Changeset 367 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Jan 18, 2007, 11:14:34 AM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r366 r367  
    184184  while (it.hasNext()) {
    185185    QStringList hlp = it.next().split(" ");
    186     if (hlp.size() <= 1) continue;
    187     if (hlp.size() == 2) continue; // For downward compatibility
     186    if (hlp.size() < 5) continue; // Check number of parameters saved per mountpoint
    188187    _mountPointsTable->insertRow(iRow);
    189188
Note: See TracChangeset for help on using the changeset viewer.