mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-02 22:28:49 +00:00
Don't include hidden ini files.
This commit is contained in:
parent
9cc144e7a4
commit
5a9223d306
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ int ini_parse(link_t *dst, char *ini_path, bool is_dir)
|
||||||
|
|
||||||
if (is_dir)
|
if (is_dir)
|
||||||
{
|
{
|
||||||
filelist = dirlist(filename, "*.ini");
|
filelist = dirlist(filename, "*.ini", false);
|
||||||
if (!filelist)
|
if (!filelist)
|
||||||
{
|
{
|
||||||
free(filename);
|
free(filename);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue