bdk: ini: switch back to ASCII ordering
For combining multiple inis.
This commit is contained in:
@@ -70,7 +70,7 @@ int ini_parse(link_t *dst, const char *ini_path, bool is_dir)
|
|||||||
// Get all ini filenames.
|
// Get all ini filenames.
|
||||||
if (is_dir)
|
if (is_dir)
|
||||||
{
|
{
|
||||||
filelist = dirlist(filename, "*.ini", false, false);
|
filelist = dirlist(filename, "*.ini", DIR_ASCII_ORDER);
|
||||||
if (!filelist)
|
if (!filelist)
|
||||||
{
|
{
|
||||||
free(filename);
|
free(filename);
|
||||||
|
|||||||
Reference in New Issue
Block a user