Changeset 6781 in ntrip for trunk/BNC/src/bncrinex.cpp
- Timestamp:
- Apr 17, 2015, 5:19:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncrinex.cpp
r6777 r6781 128 128 } 129 129 QString sklDir; 130 131 130 if (!net.isEmpty()) { 132 131 it.toFront(); … … 147 146 QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4).toLower() + ".skl"); 148 147 if (url.port() == -1) { 149 if (sklDir.contains("https" )) {148 if (sklDir.contains("https", Qt::CaseInsensitive)) { 150 149 url.setPort(443); 151 150 } … … 168 167 QByteArray outData; 169 168 query->waitForRequestResult(url, outData); 170 171 169 if (query->status() == bncNetQuery::finished) { 172 170 irc = success;
Note:
See TracChangeset
for help on using the changeset viewer.