Changeset 205 in ntrip


Ignore:
Timestamp:
Oct 6, 2006, 11:36:38 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r202 r205  
    8282  hlp.setPort(mountPoint.port());
    8383  hlp.setPath(mountPoint.path());
     84
     85  if (hlp.path().isEmpty()) {
     86    hlp.setPath("/");
     87  }
    8488
    8589  QByteArray  reqStr = "GET " + hlp.path().toAscii() +
Note: See TracChangeset for help on using the changeset viewer.