Changeset 1759 in ntrip


Ignore:
Timestamp:
Mar 9, 2009, 11:21:31 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetquerys.cpp

    r1754 r1759  
    192192    _serialPort = 0;
    193193    _status = error;
    194     emit newMessage(_url.path().toAscii() + " Cannot open serial port", true);
     194    emit newMessage(_url.path().toAscii().replace(0,1,"") + ": Cannot open serial port", true);
    195195    return;
    196196  }
Note: See TracChangeset for help on using the changeset viewer.