plugin-loader: Removed unused path argument of load() method
Multiple additional search paths can be added with the add_path() method.
This commit is contained in:
@@ -27,7 +27,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
|
||||
library_init(NULL);
|
||||
lib->plugins->load(lib->plugins, NULL, PLUGINS);
|
||||
lib->plugins->load(lib->plugins, PLUGINS);
|
||||
atexit(library_deinit);
|
||||
|
||||
printf("loaded: %s\n", PLUGINS);
|
||||
|
||||
Reference in New Issue
Block a user