From: maintenance team Date: Thu, 22 Nov 2007 14:05:04 +0000 (+0000) Subject: Fix for 17862 X-Git-Tag: V4_1_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c67ef032492cd3cdfff7f0c034b040e86fa56ac6;p=modules%2Fsuperv.git Fix for 17862 --- diff --git a/src/GraphBase/DataFlowBase_XmlHandler.cxx b/src/GraphBase/DataFlowBase_XmlHandler.cxx index 6a7448a..3eccd79 100644 --- a/src/GraphBase/DataFlowBase_XmlHandler.cxx +++ b/src/GraphBase/DataFlowBase_XmlHandler.cxx @@ -1139,7 +1139,7 @@ bool GraphBase::XmlHandler::endElement( const QString&, aPythonFunction[ ll ] = fieldvalue[depth].c_str() ; } else { - aPythonFunction[ ll ] = NULLSTRING ; + aPythonFunction[ ll ] = CORBA::String_var("") ; } if ( ll ) { aNode.theListOfPythonFunctions.resize( l ) ;