diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-17 05:44:42 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-17 05:44:42 +0000 |
commit | 60e492b1d860118abd0a3f53edc154888b8f42d2 (patch) | |
tree | 457a413b8bc66bf26e9d639cc66064cc3ddd173f /TAO/tao/iiopobj.cpp | |
parent | d34aa9f7572ebbe9a251fce23c54fa55045429a8 (diff) | |
download | ATCD-60e492b1d860118abd0a3f53edc154888b8f42d2.tar.gz |
ChangeLogTag:Fri Jan 16 23:38:38 1998 <coryan@MILONGA>
Diffstat (limited to 'TAO/tao/iiopobj.cpp')
-rw-r--r-- | TAO/tao/iiopobj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/iiopobj.cpp b/TAO/tao/iiopobj.cpp index 90d340d0381..f60c3b98e39 100644 --- a/TAO/tao/iiopobj.cpp +++ b/TAO/tao/iiopobj.cpp @@ -58,7 +58,7 @@ IIOP::Profile::set (const char *h, key = buffer; } - this->object_key.length (ACE_OS::strlen (key)); + this->object_key.length (ACE_OS::strlen (key) + 1); for (CORBA::ULong i = 0; i < this->object_key.length (); |