From: san Date: Mon, 18 Jul 2005 11:49:21 +0000 (+0000) Subject: Fix for bug PAL9506 : CRASH at attempt to import/modify of XMLs from PAL8912. X-Git-Tag: T2_2_5a~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b8f964f11c5ba638e8ca8849c525ce9ef0ac1539;p=modules%2Fsuperv.git Fix for bug PAL9506 : CRASH at attempt to import/modify of XMLs from PAL8912. --- diff --git a/src/GraphBase/DataFlowBase_XmlHandler.cxx b/src/GraphBase/DataFlowBase_XmlHandler.cxx index db9277c..4c84f81 100644 --- a/src/GraphBase/DataFlowBase_XmlHandler.cxx +++ b/src/GraphBase/DataFlowBase_XmlHandler.cxx @@ -709,7 +709,7 @@ bool GraphBase::XmlHandler::endElement( const QString&, aLink.aLinkValue = CORBA::Any() ; switch ( Kind ) { case CORBA::tk_string: { - aLink.aLinkValue <<= (char *) NULL ; + aLink.aLinkValue <<= (char *) "" ; char * t; aLink.aLinkValue >>= t; #if TRACE