Commit 23e6a482cc7f3d5859e384ce1be6e6dcb00072c5

Ramiro Polla 2008-12-09T21:14:31

Fix bug reported by Dan DuVarney, based on a patch by himself. POSIX says: If no dynamic linking errors have occurred since the last invocation of dlerror(), dlerror() shall return NULL. The code was returning an empty string. The way dlerror( ) returns the error string has been changed.