summaryrefslogtreecommitdiff
path: root/ace/Parse_Node.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-28 04:16:28 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-28 04:16:28 +0000
commit1672df68c0bdb1181369c641b0482499c51734d2 (patch)
tree792936678e861d954bb4855821cb449b73549781 /ace/Parse_Node.cpp
parenta17f1a8eac42352bbc199ee1f615cddf8006ef48 (diff)
downloadATCD-1672df68c0bdb1181369c641b0482499c51734d2.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Parse_Node.cpp')
-rw-r--r--ace/Parse_Node.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Parse_Node.cpp b/ace/Parse_Node.cpp
index e22f2969944..01571406795 100644
--- a/ace/Parse_Node.cpp
+++ b/ace/Parse_Node.cpp
@@ -363,7 +363,9 @@ ACE_Location_Node::open_handle (void)
// Transform the pathname into the appropriate dynamic link library
// by searching the ACE_LD_SEARCH_PATH.
- ACE::ldfind (this->pathname (), dl_pathname, sizeof dl_pathname);
+ ACE::ldfind (this->pathname (),
+ dl_pathname,
+ (sizeof dl_pathname / sizeof char));
this->handle (ACE_OS::dlopen (dl_pathname, RTLD_LAZY));