From b9d0bfb6f78aa4981b1d8b4e5a0417de215bad2e Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 22 Nov 2007 08:21:09 +0000 Subject: [PATCH] Fix for bug NPAL17862 : pb with mslb.xml import with Mandriva2007. --- src/GraphBase/DataFlowBase_XmlHandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ; -- 2.39.2