From: mkr Date: Thu, 22 Nov 2007 08:21:09 +0000 (+0000) Subject: Fix for bug NPAL17862 : pb with mslb.xml import with Mandriva2007. X-Git-Tag: V3_2_9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b9d0bfb6f78aa4981b1d8b4e5a0417de215bad2e;p=modules%2Fsuperv.git Fix for bug NPAL17862 : pb with mslb.xml import with Mandriva2007. --- diff --git a/src/GraphBase/DataFlowBase_XmlHandler.cxx b/src/GraphBase/DataFlowBase_XmlHandler.cxx index f745289..e074b16 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 ) ;