Changeset 3647 in ntrip
- Timestamp:
- Jan 24, 2012, 12:41:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rnxobsfile.cpp
r3646 r3647 60 60 while (stream->status() == QTextStream::Ok) { 61 61 QString line = stream->readLine(); 62 cout << line.toAscii().data() ;62 cout << line.toAscii().data() << cout; 63 63 } 64 64
Note:
See TracChangeset
for help on using the changeset viewer.