no error has occured to NULL to match documentation.
(Debian Bug #157229)
+2003-10-08 Scott James Remnant <scott@netsplit.com>
+
+ * libltdl/ltdl.c (lt_dlerror): change return value when
+ no error has occured to NULL to match documentation.
+ (Debian Bug #157229)
+
2003-10-07 Gary V. Vaughan <gary@gnu.org>
* ltmain.in: Don't suppress output of PIC mode compile if
LT_DLMUTEX_GETERROR (error);
LT_DLMUTEX_SETERROR (0);
- return error ? error : LT_DLSTRERROR (UNKNOWN);
+ return error ? error : NULL;
}
static int