Index: branches/BNC_2.12/src/latencychecker.cpp
===================================================================
--- branches/BNC_2.12/src/latencychecker.cpp	(revision 8373)
+++ branches/BNC_2.12/src/latencychecker.cpp	(revision 8375)
@@ -329,5 +329,5 @@
       l._newSec = static_cast<int>(nint(obs._time.gpssec()*10));
       if (l._newSec > l._oldSec && !wrongObservationEpoch) {
-        if (l._newSec % _miscIntr < l._oldSec % (_miscIntr * 10)) {
+        if (l._newSec % (_miscIntr * 10) < l._oldSec % (_miscIntr * 10)) {
  
           if (l._numLat > 0) {
