Index: trunk/BNC/src/PPP/pppRun.cpp
===================================================================
--- trunk/BNC/src/PPP/pppRun.cpp	(revision 5922)
+++ trunk/BNC/src/PPP/pppRun.cpp	(revision 5923)
@@ -207,5 +207,6 @@
   // Process the oldest epochs
   // ------------------------
-  while (_epoData.size() && _epoData.front()->_time < _lastClkCorrTime + 10.0) {
+  while (_epoData.size() &&
+         (!_opt->_realTime ||  _epoData.front()->_time < _lastClkCorrTime + 10.0)) {
 
     const vector<t_satObs*>& satObs = _epoData.front()->_satObs;
