modules: use lt_dlopenext() to make the config look nicer
This commit is contained in:
parent
2a19fc3f57
commit
30da589e9e
3 changed files with 90 additions and 90 deletions
|
@ -619,7 +619,7 @@ load_a_module(const char *path, int warn, int core)
|
|||
|
||||
mod_basename = rb_basename(path);
|
||||
|
||||
tmpptr = lt_dlopen(path);
|
||||
tmpptr = lt_dlopenext(path);
|
||||
|
||||
if(tmpptr == NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue