diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 07:03:16 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 07:03:16 +0000 |
commit | 3610d442cbaf9c4236424303e4b9239b78f51919 (patch) | |
tree | cf2453eb3080ccb8972679e6f44a7025a52b5b63 /ace/ACE.cpp | |
parent | a5c4d8047ab58df5c45092e18ae503ad40518f0e (diff) | |
download | ATCD-3610d442cbaf9c4236424303e4b9239b78f51919.tar.gz |
foo
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r-- | ace/ACE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp index 817bd107d9c..207dd5c805e 100644 --- a/ace/ACE.cpp +++ b/ace/ACE.cpp @@ -195,7 +195,7 @@ ACE::ldfind (const char filename[], if (s != 0) { // Check whether this matches the appropriate platform-specific suffix. - if (ACE_OS::strcmp (s + 1, ACE_DLL_SUFFIX) == 0) + if (ACE_OS::strcmp (s, ACE_DLL_SUFFIX) == 0) got_suffix = 1; else ACE_ERROR ((LM_WARNING, |