Added autoboot_list to README (#205)

* Added autoboot_list to README
This commit is contained in:
TehPsychedelic
2019-03-30 12:10:49 -05:00
committed by CTCaer
parent 361f8a3085
commit 2a2db6cb2f
2 changed files with 3 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ char *dirlist(const char *directory, const char *pattern, bool includeHiddenFile
return NULL;
}
// Reorder ini files by ASCII ordering.
for (i = 0; i < k - 1 ; i++)
{
for (j = i + 1; j < k; j++)