Add use of wildcard "*" for loading kips from a folder
This commit is contained in:
@@ -45,7 +45,7 @@ int ini_parse(link_t *dst, char *ini_path, bool is_dir)
|
||||
|
||||
if (is_dir)
|
||||
{
|
||||
filelist = dirlist(filename);
|
||||
filelist = dirlist(filename, "*.ini");
|
||||
if (!filelist)
|
||||
{
|
||||
free(filename);
|
||||
|
||||
Reference in New Issue
Block a user