[asterisk-scf-commits] asterisk-scf/release/ice.git branch "fix-apple-so" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jan 17 16:22:30 CST 2011
branch "fix-apple-so" has been updated
via 31f144e25db23cbda6711248da0dbceb3345fed5 (commit)
from d49219e4981f80f35fc50984a4ed377e1d4cee88 (commit)
Summary of changes:
cpp/src/Ice/DynamicLibrary.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 31f144e25db23cbda6711248da0dbceb3345fed5
Author: David M. Lee <dlee at digium.com>
Date: Mon Jan 17 16:21:10 2011 -0600
Improved language for my fallback comment.
See CR-ASTSCF-45.
diff --git a/cpp/src/Ice/DynamicLibrary.cpp b/cpp/src/Ice/DynamicLibrary.cpp
index 3a86c21..cbe3913 100644
--- a/cpp/src/Ice/DynamicLibrary.cpp
+++ b/cpp/src/Ice/DynamicLibrary.cpp
@@ -147,8 +147,8 @@ IceInternal::DynamicLibrary::loadEntryPoint(const string& entryPoint, bool useIc
{
#ifdef __APPLE__
string olderr = _err;
- // Older version of Ice mistakenly loaded .dylib. If it can't load
- // a .so, fallback to loading a .dylib. For more info on
+ // Previous versions of Ice mistakenly loaded .dylib. If it can't
+ // load a .so, fallback to loading a .dylib. For more info on
// shared libraries (.dylib) vs. loadable modules (.so), see
// http://www.finkproject.org/doc/porting/shared.php
lib = "lib" + libName;
-----------------------------------------------------------------------
--
asterisk-scf/release/ice.git
More information about the asterisk-scf-commits
mailing list