Subj : src/sbbs3/js_filebase.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Thu Jun 20 2024 15:00:05 https://gitlab.synchro.net/main/sbbs/-/commit/32e880895b1acec254d426ad Modified Files: src/sbbs3/js_filebase.c Log Message: Fix 64-char filename length limit for FileBase.get[_path/size/time] methods This was only a problem when these methods were passed a file-meta-object instead of the file name. In hindsight, that's kind of a dumb API "feature" since we're just parsing the name property out of the object. The file_t.file_idx.name is limited to 64 chars, so don't use that struct element to store the parsed "name" property of the passed file-meta-object. --- SBBSecho 3.20-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .