This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via 78f270a9ab4b56dc9c09020282e77a3b861099a1 (commit)
from a2a8d8a663e6f9309843c4163467d5d63a4ec00d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 78f270a9ab4b56dc9c09020282e77a3b861099a1
Author: Peter Rosin <[email protected]>
Date: Wed Dec 30 03:18:19 2009 +0100
* libltdl/ltdl.c (lt_dlerror): Remove meaningless conditional.
Signed-off-by: Peter Rosin <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
libltdl/ltdl.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 01bf201..6c07b7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-30 Peter Rosin <[email protected]>
+
+ * libltdl/ltdl.c (lt_dlerror): Remove meaningless conditional.
+
2009-12-29 Peter Rosin <[email protected]>
* libltdl/ltdl.c (file_not_found): Fix typos in code comment.
diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c
index e4569b0..1fe272f 100644
--- a/libltdl/ltdl.c
+++ b/libltdl/ltdl.c
@@ -2066,7 +2066,7 @@ lt_dlerror (void)
LT__GETERROR (error);
LT__SETERRORSTR (0);
- return error ? error : NULL;
+ return error;
}
static int
hooks/post-receive
--
GNU Libtool