]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for bug NPAL17862 : pb with mslb.xml import with Mandriva2007. V3_2_9 V3_2_9rc2 V3_2_9rc3
authormkr <mkr@opencascade.com>
Thu, 22 Nov 2007 08:21:09 +0000 (08:21 +0000)
committermkr <mkr@opencascade.com>
Thu, 22 Nov 2007 08:21:09 +0000 (08:21 +0000)
src/GraphBase/DataFlowBase_XmlHandler.cxx

index f7452898bca1923e6211f4273a031669363446bc..e074b16019014ace3e77b0cc3652721f57c6bf2c 100644 (file)
@@ -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 ) ;