summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 15:33:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 15:33:08 +0000
commit53a6b453230fe2293a46219cc67a61b7f8562027 (patch)
treeb555014e513699ab4f5094cfcf3da967323c8882
parent89c5cd6ccb1aea37957e8398d88c85a572b875f9 (diff)
downloadATCD-53a6b453230fe2293a46219cc67a61b7f8562027.tar.gz
* TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
Fixed extractor for bounded strings. Existing code assumed that CORBA::Any::to_string::bound_ includes the terminating '\0', which it does not. Thanks to Keith Nichol <knichol@syscorp.com.au> for pointing this out.
-rw-r--r--TAO/ChangeLog-99c2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 2d646e14a59..7b2a9525941 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -4,6 +4,8 @@ Wed May 26 10:28:21 1999 Jeff Parsons <parsons@cs.wustl.edu>
Fixed extractor for bounded strings. Existing
code assumed that CORBA::Any::to_string::bound_
includes the terminating '\0', which it does not.
+ Thanks to Keith Nichol <knichol@syscorp.com.au>
+ for pointing this out.
Wed May 26 08:41:32 1999 Carlos O'Ryan <coryan@cs.wustl.edu>