- Timestamp:
- Jan 24, 2012, 12:45:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rnxobsfile.cpp
r3648 r3649 58 58 //////////////////////////////////////////////////////////////////////////// 59 59 t_irc t_rnxObsFile::t_rnxObsHeader::read(QTextStream* stream) { 60 while (stream->status() == QTextStream::Ok ) {60 while (stream->status() == QTextStream::Ok && !stream->atEnd()) { 61 61 QString line = stream->readLine(); 62 62 cout << line.toAscii().data() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.