Changeset 3648 in ntrip


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxobsfile.cpp

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