Subj : src/sbbs3/filedat.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Mar 31 2022 18:59:38 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 headerWhen loadfiles() calls sortfiles(), only the file's index records have beenread 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 thenatural index order of the files already (order imported/added), onlyobserved when sorting by date descending (newest at the top). --- SBBSecho 3.15-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .