- Timestamp:
- Apr 4, 2019, 10:37:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncrinex.cpp
r8658 r8660 350 350 351 351 QString sklExt = settings.value("rnxSkel").toString(); 352 QString sklPre;353 352 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; 360 354 } 361 355
Note:
See TracChangeset
for help on using the changeset viewer.