Subj : src/sbbs3/filedat.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Mar 31 2022 06:59 pm https://gitlab.synchro.net/main/sbbs/-/commit/67d3c3e2c8db7368570944e2 Modified Files: src/sbbs3/filedat.c Log Message: Fix file list sorting by date, need to use the index not the header When loadfiles() calls sortfiles(), only the file's index records have been read in, so trying to sort on any header field won't work. This bug wasn't observable when sorting by date ascending, since that's the natural index order of the files already (order imported/added), only observed when sorting by date descending (newest at the top). .