]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.cxx
#3045 BBTK Bug New Normal - Fedora 24 vtkMessageManager << conflict gcc6
[bbtk.git] / kernel / src / bbtkInterpreter.cxx
index e57717e08a78c3297dd7d34992603ee6cb47ae38..a31fe0f20ceb0b589eae32be38e01864d09a1e5f 100644 (file)
@@ -1577,7 +1577,11 @@ void Interpreter::commandHelp(const std::vector<std::string>& words)
     CommandDictType::iterator c;
     c = mCommandDict.find(s);
     if ( c == mCommandDict.end() ) {
-      bbtkError(s<<" : Unknown command");
+
+//EED 2016-12-22
+//      bbtkError(s<<" : Unknown command");
+     std::string tmpSS=s+" : Unknown command";
+      bbtkError(tmpSS);
     }  
     //    std::cout << " " << s << " : "<<  std::endl;
     //    CommandParamDictType::iterator i;