Skip to content
Snippets Groups Projects
Commit 3357291e 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 048de7aa
No related branches found
No related tags found
No related merge requests found
......@@ -803,7 +803,7 @@ str_list_t list_archive_contents(const char* filename, const char* pattern, bool
}
archive_read_free(ar);
if(sort)
iniSortSections(&list, /* sort_keys: */TRUE);
iniSortSections(&list, /* sort_keys: */FALSE);
return list;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment