Subj : src/sbbs3/prntfile.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Mar 24 2022 21:49:53 https://gitlab.synchro.net/main/sbbs/-/commit/479bd24c574ad0dbe6461d09 Modified Files: src/sbbs3/prntfile.cpp Log Message: De-dupe random menu filenames by truncating at first dot, rather than last.Fix for one of the problems described in issue #380.bbs.menu("random*"); would display column-width-specific files (e.g.random.132col.msg) even when they weren't appropriate for the currentuser terminal width.This is fixed by truncating the filenames matching the requested pattern attheir first-dot rather than the last.The downside is, you can't have a set of random.#.* files, where # is theunique part of the filename and * is the file-type extension. Just usethe naming pattern "random-#.*" instead (or something similar) instead. --- SBBSecho 3.15-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .