]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for 17862 V4_1_0 V4_1_0rc2 V4_1_0rc3
authormaintenance team <salome-mnt@opencascade.com>
Thu, 22 Nov 2007 14:05:04 +0000 (14:05 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Thu, 22 Nov 2007 14:05:04 +0000 (14:05 +0000)
src/GraphBase/DataFlowBase_XmlHandler.cxx

index 6a7448aa60c45c0ceb8eaa6b8110a774c02d42a2..3eccd79bb9f6bb4d69556db77903720f2131024c 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 ) ;