diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-26 00:18:14 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-26 00:18:14 +0000 |
commit | 6fcf68d9cae7ac1eca2dc8523bb41198f2e639c7 (patch) | |
tree | f4bb18d7f178bf9a413e8cf8256fcbe325aed00e /TAO/TAO_IDL/be/be_visitor_sequence | |
parent | 5146405a0d44fb0920d10e268a69f5ca779a9ab2 (diff) | |
download | ATCD-6fcf68d9cae7ac1eca2dc8523bb41198f2e639c7.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_sequence')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp index c5c6c4250dc..26d99d9e015 100644 --- a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp @@ -505,7 +505,7 @@ be_visitor_sequence_cdr_op_cs::visit_node (be_type *bt) else { *os << "CORBA::Any::to_string (_tao_sequence[i].out (), " - << str->max_size ()->ev ()->u.ulval << ")"; + << str->max_size ()->ev ()->u.ulval - 1 << ")"; } } break; |