Changeset 444 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Apr 14, 2007, 2:44:32 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r443 r444  
    152152  QString uName = QUrl::fromPercentEncoding(mountPoint.userName().toAscii());
    153153  QString passW = QUrl::fromPercentEncoding(mountPoint.password().toAscii());
    154   QByteArray userAndPwd = userName.toAscii() + ":" + passW.toAscii();
     154  QByteArray userAndPwd = uName.toAscii() + ":" + passW.toAscii();
    155155
    156156  QUrl hlp;
Note: See TracChangeset for help on using the changeset viewer.