diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-02 21:28:38 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-02 21:28:38 +0000 |
commit | e599c83dcc587300839b9c545e22e6ec9dd9c4e1 (patch) | |
tree | a833776cbf5f349c89cd9d24ef7590c3e62aaf1a /TAO/utils | |
parent | 36a601efc71c41de37f55f3efe9f4bc4b0716bd5 (diff) | |
download | ATCD-e599c83dcc587300839b9c545e22e6ec9dd9c4e1.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/utils')
-rw-r--r-- | TAO/utils/catior/catior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp index 4942ee61d4b..6ca1ce86ead 100644 --- a/TAO/utils/catior/catior.cpp +++ b/TAO/utils/catior/catior.cpp @@ -397,7 +397,7 @@ static CORBA::Boolean catpoop (CORBA::String string, CORBA::Environment &env) { - CORBA::Boolean b = CORBA::B_FALSE; + CORBA::Boolean b = 0; if (!string || !*string) return 0; |