Changeset 303 in ntrip


Ignore:
Timestamp:
Nov 13, 2006, 11:04:23 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r302 r303  
    133133    if (!sklDir.isEmpty() && sklDir != "none") {
    134134      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      }
    138138
    139139      const int timeOut = 10*1000;
Note: See TracChangeset for help on using the changeset viewer.