bdk: ini: switch back to ASCII ordering

For combining multiple inis.
This commit is contained in:
CTCaer
2025-08-27 15:22:54 +03:00
parent 21c9e3f81f
commit ded26332c6

View File

@@ -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);