Changeset 972 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Jul 26, 2008, 9:46:14 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r971 r972  
    596596      QTcpSocket* sock = is.next();
    597597      if (sock->state() == QAbstractSocket::ConnectedState) {
    598         if (sock->write(line.toAscii()) == -1) {
     598        if (sock->write(QString(line + " " + staID + "\n").toAscii()) == -1) {
    599599          delete sock;
    600600          is.remove();
Note: See TracChangeset for help on using the changeset viewer.