Changeset 6187 in ntrip for trunk


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

Legend:

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

    r6186 r6187  
    7272  _clkCorr.clear();
    7373
    74   while (! stopRead(tt0 && _stream->status() == QTextStream::Ok && !_stream->atEnd()) {
     74  while (!stopRead(tt) && _stream->status() == QTextStream::Ok && !_stream->atEnd()) {
    7575    QString line = _stream->readLine().trimmed();
    7676    if (line.isEmpty() || line[0] == '!') {
Note: See TracChangeset for help on using the changeset viewer.