Changeset 3647 in ntrip


Ignore:
Timestamp:
Jan 24, 2012, 12:41:27 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxobsfile.cpp

    r3646 r3647  
    6060  while (stream->status() == QTextStream::Ok) {
    6161    QString line = stream->readLine();
    62     cout << line.toAscii().data();
     62    cout << line.toAscii().data() << cout;
    6363  }
    6464
Note: See TracChangeset for help on using the changeset viewer.