Changeset 89 in ntrip


Ignore:
Timestamp:
Aug 31, 2006, 7:36:31 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r88 r89  
    3434bncGetThread::bncGetThread(const QUrl& mountPoint, const QByteArray& format) {
    3535  _mountPoint = mountPoint;
    36   _staID      = mountPoint.path().toAscii();
     36  _staID      = mountPoint.path().mid(1).toAscii();
     37
     38  cout << ">" << _staID.data() << "<" << endl;
    3739  _format     = format;
     40  cout << ">" << _format.data() << "<" << endl;
    3841  _socket     = 0;
    3942}
Note: See TracChangeset for help on using the changeset viewer.