Skip to content
Snippets Groups Projects
Commit 4ebe38f5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't sort the keys in the content sections of a file.

parent c28669ad
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -803,7 +803,7 @@ str_list_t list_archive_contents(const char* filename, const char* pattern, bool ...@@ -803,7 +803,7 @@ str_list_t list_archive_contents(const char* filename, const char* pattern, bool
} }
archive_read_free(ar); archive_read_free(ar);
if(sort) if(sort)
iniSortSections(&list, /* sort_keys: */TRUE); iniSortSections(&list, /* sort_keys: */FALSE);
return list; return list;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment