Index: trunk/BNC/src/bncsp3.cpp
===================================================================
--- trunk/BNC/src/bncsp3.cpp	(revision 4296)
+++ trunk/BNC/src/bncsp3.cpp	(revision 4297)
@@ -50,5 +50,5 @@
       if (_lastEpoTime.valid()) {
         for (bncTime ep = _lastEpoTime +_sampl; ep < epoTime; ep = ep +_sampl) {
-          _out << "*  " << ep.datestr(' ') << ep.timestr(8, ' ') << endl;
+          _out << "*  " << ep.datestr(' ') << ' ' << ep.timestr(8, ' ') << endl;
         }
       }
@@ -56,5 +56,5 @@
       // Print the new epoch 
       // -------------------
-      _out << "*  " << epoTime.datestr(' ') << epoTime.timestr(8, ' ') << endl;
+      _out << "*  " << epoTime.datestr(' ') << ' ' << epoTime.timestr(8, ' ') << endl;
 
       _lastEpoTime = epoTime;
