Changeset 7863 in ntrip for trunk/BNC


Ignore:
Timestamp:
Apr 12, 2016, 10:03:07 AM (8 years ago)
Author:
stuerze
Message:

minor changes regarding skl file names

File:
1 edited

Legend:

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

    r7801 r7863  
    325325  if (!sklExt.isEmpty()) {
    326326    _sklName = path + ID4 + distStr + "." + sklExt;
     327    if (sklExt.indexOf("skl",0, Qt::CaseSensitive) != -1)  {
     328      _sklName = _sklName.toLower();
     329    } else {
     330      _sklName = _sklName.toUpper();
     331    }
    327332  }
    328333
Note: See TracChangeset for help on using the changeset viewer.