Changeset 8661 in ntrip for trunk/BNC/src/bncrinex.cpp


Ignore:
Timestamp:
Apr 4, 2019, 10:47:56 AM (5 years ago)
Author:
stuerze
Message:

minor changes reagarding skl filenames

File:
1 edited

Legend:

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

    r8659 r8661  
    350350
    351351  QString sklExt = settings.value("rnxSkel").toString();
    352   QString sklPre;
    353352  if (!sklExt.isEmpty()) {
    354     if (sklExt.indexOf("skl",0, Qt::CaseSensitive) != -1)  {
    355       sklPre = ID.toLower();
    356     } else if (sklExt.indexOf("SKL",0, Qt::CaseSensitive) != -1) {
    357       sklPre = ID;
    358     }
    359     _sklName = path + sklPre + distStr + "." + sklExt;
     353    _sklName = path + ID + distStr + "." + sklExt;
    360354  }
    361355
Note: See TracChangeset for help on using the changeset viewer.