Changeset 7863 in ntrip
- Timestamp:
- Apr 12, 2016, 10:03:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncrinex.cpp
r7801 r7863 325 325 if (!sklExt.isEmpty()) { 326 326 _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 } 327 332 } 328 333
Note:
See TracChangeset
for help on using the changeset viewer.