Changeset 303 in ntrip for trunk/BNC/bncrinex.cpp
- Timestamp:
- Nov 13, 2006, 11:04:23 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r302 r303 133 133 if (!sklDir.isEmpty() && sklDir != "none") { 134 134 QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4) + ".skl"); 135 url.setPort(80);136 137 /// cout << url.toString().toAscii().data() << endl;135 if (url.port() == -1) { 136 url.setPort(80); 137 } 138 138 139 139 const int timeOut = 10*1000;
Note:
See TracChangeset
for help on using the changeset viewer.