Index: /trunk/BNC/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/combination/bnccomb.cpp	(revision 3214)
+++ /trunk/BNC/combination/bnccomb.cpp	(revision 3215)
@@ -545,8 +545,4 @@
 void bncComb::dumpResults(const bncTime& resTime, 
                           const QMap<QString, t_corr*>& resCorr) {
-
-  if (!_rtnetDecoder) {
-    _rtnetDecoder = new bncRtnetDecoder();
-  }
 
   ostringstream out; out.setf(std::ios::fixed);
@@ -632,4 +628,10 @@
   }
 
+  if (!_rtnetDecoder) {
+    _rtnetDecoder = new bncRtnetDecoder();
+  }
+  vector<string> errmsg;
+  _rtnetDecoder->Decode((char*) out.str().c_str(), out.str().size(), errmsg);
+
     // Optionally send new Corrections to PPP
     // --------------------------------------
