Index: /trunk/BNC/src/rinex/corrfile.cpp
===================================================================
--- /trunk/BNC/src/rinex/corrfile.cpp	(revision 6185)
+++ /trunk/BNC/src/rinex/corrfile.cpp	(revision 6186)
@@ -69,12 +69,8 @@
 void t_corrFile::syncRead(const bncTime& tt) {
 
-  if (stopRead(tt)) {
-    return;
-  }
-
   _orbCorr.clear();
   _clkCorr.clear();
 
-  while (_stream->status() == QTextStream::Ok && !_stream->atEnd()) {
+  while (! stopRead(tt0 && _stream->status() == QTextStream::Ok && !_stream->atEnd()) {
     QString line = _stream->readLine().trimmed();
     if (line.isEmpty() || line[0] == '!') {
