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

    r4278 r7182  
    7474  while (it.hasNext()) {
    7575    QStringList hlp   = it.next().split(" ");
     76    if (hlp.size() <= 1) continue;
    7677    QUrl        url(hlp[0]);
    7778    QByteArray  staID = url.path().mid(1).toAscii();
Note: See TracChangeset for help on using the changeset viewer.