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:
+1
-1
@@ -119,7 +119,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
library_init(NULL);
|
||||
lib->plugins->load(lib->plugins, NULL, argv[1]);
|
||||
lib->plugins->load(lib->plugins, argv[1]);
|
||||
atexit(library_deinit);
|
||||
|
||||
rounds = atoi(argv[2]);
|
||||
|
||||
Reference in New Issue
Block a user