Hi! I'm about to push this too as obvious, I hope I'm not getting too bold...
Cheers, Peter * libltdl/ltdl.c (lt_dlerror): Remove meaningless conditional. 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