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

    r7180 r7182  
    385385    ++iMount;
    386386    QStringList hlp = it.next().split(" ");
    387     if (hlp.size() <= 1) continue;
     387    if (hlp.size() < 7) continue;
    388388    QUrl url(hlp[0]);
    389389
Note: See TracChangeset for help on using the changeset viewer.