summaryrefslogtreecommitdiff
path: root/ace/Registry.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-01 10:01:52 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-01 10:01:52 +0000
commitfa588f6bab7b72f0d6d49d7f5e6eff46eb04ebbb (patch)
tree6a146bd561aec0da75a9630185619a99dbd4b065 /ace/Registry.cpp
parenteda7bc28bba8d4649e95d489e50832ba2cc1e723 (diff)
downloadATCD-fa588f6bab7b72f0d6d49d7f5e6eff46eb04ebbb.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Registry.cpp')
-rw-r--r--ace/Registry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Registry.cpp b/ace/Registry.cpp
index 204e8e4e9f3..67e4e5800bc 100644
--- a/ace/Registry.cpp
+++ b/ace/Registry.cpp
@@ -906,7 +906,7 @@ ACE_Registry::Binding_Iterator::Object_Iteration::next_n (u_long how_many,
// While there are more entries to be added to the list
while (how_many > 0)
{
- TCHAR string [ACE_Registry::Naming_Context::MAX_CONTEXT_NAME_SIZE];
+ TCHAR string [ACE_Registry::Naming_Context::MAX_OBJECT_NAME_SIZE];
u_long size = sizeof string / sizeof (TCHAR);
long result = ::RegEnumValue (this->parent_->naming_context (). key(),
this->index_,