Changeset 556 in ntrip


Ignore:
Timestamp:
Oct 28, 2007, 11:24:52 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r554 r556  
    150150      while (true) {
    151151        if (socket->canReadLine()) {
    152           irc = success;
    153152          QString line = socket->readLine();
    154153          line.chop(1);
     154          if (line.indexOf("MARKER NAME") != -1) {
     155            irc = success;
     156          }
    155157          if (line.indexOf("RINEX VERSION") != -1) {
    156158            if (_rinexVers == 3) {
Note: See TracChangeset for help on using the changeset viewer.