Changeset 6187 in ntrip for trunk/BNC/src/rinex/corrfile.cpp
- Timestamp:
- Sep 14, 2014, 3:53:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/corrfile.cpp
r6186 r6187 72 72 _clkCorr.clear(); 73 73 74 while (! stopRead(tt0&& _stream->status() == QTextStream::Ok && !_stream->atEnd()) {74 while (!stopRead(tt) && _stream->status() == QTextStream::Ok && !_stream->atEnd()) { 75 75 QString line = _stream->readLine().trimmed(); 76 76 if (line.isEmpty() || line[0] == '!') {
Note:
See TracChangeset
for help on using the changeset viewer.