Changeset 6781 in ntrip for trunk


Ignore:
Timestamp:
Apr 17, 2015, 5:19:17 PM (9 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.cpp

    r6777 r6781  
    128128  }
    129129  QString sklDir;
    130 
    131130  if (!net.isEmpty()) {
    132131    it.toFront();
     
    147146    QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4).toLower() + ".skl");
    148147    if (url.port() == -1) {
    149       if (sklDir.contains("https")) {
     148      if (sklDir.contains("https", Qt::CaseInsensitive)) {
    150149        url.setPort(443);
    151150      }
     
    168167    QByteArray outData;
    169168    query->waitForRequestResult(url, outData);
    170 
    171169    if (query->status() == bncNetQuery::finished) {
    172170      irc = success;
Note: See TracChangeset for help on using the changeset viewer.