From: mkr Date: Thu, 7 Jul 2005 13:40:31 +0000 (+0000) Subject: Fix for bug IPAL9308 : 3.0.0: CRASH at attempt to import/modify of XMLs from PAL8912. X-Git-Tag: current25072005~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7c7ea29d72d7c41308aa1be4dbd17eacb1db278c;p=modules%2Fsuperv.git Fix for bug IPAL9308 : 3.0.0: 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 068dc83..829889c 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