summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/Utils
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-28 03:43:08 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-28 03:43:08 +0000
commitd4ba296111d7c198e26acd5731ea3c153133272f (patch)
treec20b26feb7214b29072f819442ddc2a4b6b34750 /CIAO/tools/Config_Handlers/Utils
parent30e39a94d7f56b4398d06fcff3f39fba121ddad9 (diff)
downloadATCD-d4ba296111d7c198e26acd5731ea3c153133272f.tar.gz
Thu Jun 28 03:41:14 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'CIAO/tools/Config_Handlers/Utils')
-rw-r--r--CIAO/tools/Config_Handlers/Utils/XercesString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tools/Config_Handlers/Utils/XercesString.cpp b/CIAO/tools/Config_Handlers/Utils/XercesString.cpp
index 6f034163e4b..effb98b6f97 100644
--- a/CIAO/tools/Config_Handlers/Utils/XercesString.cpp
+++ b/CIAO/tools/Config_Handlers/Utils/XercesString.cpp
@@ -87,7 +87,7 @@ namespace Config_Handlers
{
XMLCh *result = new XMLCh[ size() - (tail - head) + 1 ];
XMLCh *target = result;
- bOK = target != NULL;
+ bOK = target != 0;
if (bOK)
{
const XMLCh *cursor = begin();