Index: /trunk/BNC/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/combination/bnccomb.cpp	(revision 3220)
+++ /trunk/BNC/combination/bnccomb.cpp	(revision 3221)
@@ -654,6 +654,7 @@
     _rtnetDecoder = new bncRtnetDecoder();
   }
+
   vector<string> errmsg;
-  _rtnetDecoder->Decode((char*) out.str().c_str(), out.str().size(), errmsg);
+  _rtnetDecoder->Decode((char*) out.str().data(), out.str().size(), errmsg);
 
   // Optionally send new Corrections to PPP
