- Timestamp:
- Dec 18, 2006, 12:46:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r354 r355 140 140 } 141 141 if (!sklDir.isEmpty() && sklDir != "none") { 142 QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4) + ".skl");142 QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4).toLower() + ".skl"); 143 143 if (url.port() == -1) { 144 144 url.setPort(80);
Note:
See TracChangeset
for help on using the changeset viewer.