From b8f964f11c5ba638e8ca8849c525ce9ef0ac1539 Mon Sep 17 00:00:00 2001 From: san Date: Mon, 18 Jul 2005 11:49:21 +0000 Subject: [PATCH] Fix for bug PAL9506 : CRASH at attempt to import/modify of XMLs from PAL8912. --- 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 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 -- 2.39.2