Changeset 6780 in ntrip
- Timestamp:
- Apr 17, 2015, 5:18:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.11.0/src/bncrinex.cpp
r6779 r6780 147 147 QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4).toLower() + ".skl"); 148 148 if (url.port() == -1) { 149 if (sklDir.contains("https" )) {149 if (sklDir.contains("https", Qt::CaseInsensitive)) { 150 150 url.setPort(443); 151 151 }
Note:
See TracChangeset
for help on using the changeset viewer.