Index: trunk/BNC/src/rinex/corrfile.cpp
===================================================================
--- trunk/BNC/src/rinex/corrfile.cpp	(revision 6186)
+++ trunk/BNC/src/rinex/corrfile.cpp	(revision 6187)
@@ -72,5 +72,5 @@
   _clkCorr.clear();
 
-  while (! stopRead(tt0 && _stream->status() == QTextStream::Ok && !_stream->atEnd()) {
+  while (!stopRead(tt) && _stream->status() == QTextStream::Ok && !_stream->atEnd()) {
     QString line = _stream->readLine().trimmed();
     if (line.isEmpty() || line[0] == '!') {
