Index: trunk/BNC/src/latencychecker.cpp
===================================================================
--- trunk/BNC/src/latencychecker.cpp	(revision 8372)
+++ trunk/BNC/src/latencychecker.cpp	(revision 8374)
@@ -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) {
             if (l._meanDiff > 0.0) {
