Index: trunk/BNC/RTCM3/RTCM3coDecoder.cpp
===================================================================
--- trunk/BNC/RTCM3/RTCM3coDecoder.cpp	(revision 2294)
+++ trunk/BNC/RTCM3/RTCM3coDecoder.cpp	(revision 2295)
@@ -231,6 +231,6 @@
               line.sprintf("   %3d"
                            "   %8.3f %8.3f %8.3f %8.3f"
-                           "   %8.3f %8.3f %8.3f %8.3f"
-                           "   %8.3f %8.3f %8.3f %8.3f",
+                           "   %10.5f %10.5f %10.5f %10.5f"
+                           "   %10.5f %10.5f %10.5f %10.5f",
                            _co.Sat[ii].IOD, 
                            _co.Sat[ii].Clock.DeltaA0,
@@ -256,6 +256,6 @@
               line.sprintf("   %3d"
                            "   %8.3f %8.3f %8.3f"
-                           "   %8.3f %8.3f %8.3f"
-                           "   %8.3f %8.3f %8.3f",
+                           "   %10.5f %10.5f %10.5f"
+                           "   %10.5f %10.5f %10.5f",
                            _co.Sat[ii].IOD, 
                            _co.Sat[ii].Orbit.DeltaRadial, 
@@ -276,5 +276,5 @@
                       _co.messageType == COTYPE_GLONASSCLOCK ) {
               QString line;
-              line.sprintf("   %3d   %8.3f   %8.3f   %8.3f",
+              line.sprintf("   %3d   %8.3f   %10.5f   %10.5f",
                            _co.Sat[ii].IOD, 
                            _co.Sat[ii].Clock.DeltaA0,
