Changeset 6186 in ntrip for trunk


Ignore:
Timestamp:
Sep 14, 2014, 3:52:46 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/corrfile.cpp

    r6183 r6186  
    6969void t_corrFile::syncRead(const bncTime& tt) {
    7070
    71   if (stopRead(tt)) {
    72     return;
    73   }
    74 
    7571  _orbCorr.clear();
    7672  _clkCorr.clear();
    7773
    78   while (_stream->status() == QTextStream::Ok && !_stream->atEnd()) {
     74  while (! stopRead(tt0 && _stream->status() == QTextStream::Ok && !_stream->atEnd()) {
    7975    QString line = _stream->readLine().trimmed();
    8076    if (line.isEmpty() || line[0] == '!') {
Note: See TracChangeset for help on using the changeset viewer.