diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-28 04:16:28 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-28 04:16:28 +0000 |
commit | 1672df68c0bdb1181369c641b0482499c51734d2 (patch) | |
tree | 792936678e861d954bb4855821cb449b73549781 /ace/Parse_Node.cpp | |
parent | a17f1a8eac42352bbc199ee1f615cddf8006ef48 (diff) | |
download | ATCD-1672df68c0bdb1181369c641b0482499c51734d2.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Parse_Node.cpp')
-rw-r--r-- | ace/Parse_Node.cpp | 4 |
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)); |