Index: trunk/BNC/bncapp.cpp
===================================================================
--- trunk/BNC/bncapp.cpp	(revision 894)
+++ trunk/BNC/bncapp.cpp	(revision 901)
@@ -198,9 +198,9 @@
     wwOld  = (*ee)->GPSWeek;
     towOld = (*ee)->GPSTOW; 
-    updatetime(&wwOld, &towOld, (*ee)->tb*1000, 1);
+    updatetime(&wwOld, &towOld, (*ee)->tb*1000, 0);
 
     wwNew  = glonasseph->GPSWeek;
     towNew = glonasseph->GPSTOW; 
-    updatetime(&wwNew, &towNew, glonasseph->tb*1000, 1);
+    updatetime(&wwNew, &towNew, glonasseph->tb*1000, 0);
   }
 
@@ -482,5 +482,5 @@
   struct converttimeinfo cti;
 
-  updatetime(&ww, &tow, ep->tb*1000, 1);
+  updatetime(&ww, &tow, ep->tb*1000, 0);
   converttime(&cti, ww, tow);
 
