Index: trunk/BNC/src/bnccaster.cpp
===================================================================
--- trunk/BNC/src/bnccaster.cpp	(revision 8673)
+++ trunk/BNC/src/bnccaster.cpp	(revision 8678)
@@ -211,5 +211,5 @@
           		   .arg(string(obs._time).c_str())
           		   .arg(obs._prn.toString().c_str())
-        		   .toAscii(), true) );
+        		     .toLatin1(), true) );
         }
       }
Index: trunk/BNC/src/bncephuser.cpp
===================================================================
--- trunk/BNC/src/bncephuser.cpp	(revision 8673)
+++ trunk/BNC/src/bncephuser.cpp	(revision 8678)
@@ -226,5 +226,5 @@
       return;
     }
-    else if (eph->type() == t_eph::GLONASS && timeDiff > 2 * 3600) { // updated every 30 minutes
+    else if (eph->type() == t_eph::GLONASS && timeDiff > 1 * 3600) { // updated every 30 minutes
       eph->setCheckState(t_eph::outdated);
       return;
@@ -272,5 +272,5 @@
       return;
     }
-    else if (eph->type() == t_eph::GLONASS && dt > 2*3600) {
+    else if (eph->type() == t_eph::GLONASS && dt > 1*3600) {
       ephL->setCheckState(t_eph::outdated);
       return;
Index: trunk/BNC/src/latencychecker.cpp
===================================================================
--- trunk/BNC/src/latencychecker.cpp	(revision 8673)
+++ trunk/BNC/src/latencychecker.cpp	(revision 8678)
@@ -331,5 +331,5 @@
             .arg(_staID.data())
             .arg(obs._prn.toString().data())
-            .toAscii(), true) );
+            .toLatin1(), true) );
       }
       l._newSec = static_cast<int>(nint(obs._time.gpssec()*10));
