mirror of
https://github.com/ciromattia/kcc
synced 2026-06-29 17:45:26 +00:00
1ec07fe4ec
Directories and files returned by walk() are not always sorted. Currently we sort the filelist after creating the it. When walk()-ing topdown (we do) the directory list can be modified in-place. By sorting the directories and files before creating the filelist, we guarantee a sorted chapter list.