2000-02-21 Gary V. Vaughan <gary@oranda.demon.co.uk>
* libltdl/ltdl.c (lt_dlinit): removed unused variable, `loader'.
+
+ * libltdl/ltdl.c (lt_remove_dlloader): typo, s/=/==/g.
2000-02-03 Gary V. Vaughan <gary@oranda.demon.co.uk>
lt_dlinit LTDL_PARAMS((void))
{
/* initialize libltdl */
- lt_dlloader_t **loader = &loaders;
int errors = 0;
if (initialized) { /* Initialize only at first call. */
/* Fail if there are any open modules which use this loader. */
for (handle = handles; handle; handle = handle->next)
- if (handle->loader = place) {
+ if (handle->loader == place) {
last_error = LT_DLSTRERROR(REMOVE_LOADER);
return 1;
}