Changeset 6778 in ntrip
- Timestamp:
- Apr 17, 2015, 10:49:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.11.0/src/bncrinex.cpp
r5530 r6778 147 147 QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4).toLower() + ".skl"); 148 148 if (url.port() == -1) { 149 url.setPort(80); 149 if (sklDir.contains("https")) { 150 url.setPort(443); 151 } 152 else { 153 url.setPort(80); 154 } 150 155 } 151 156
Note:
See TracChangeset
for help on using the changeset viewer.