Subj : src/sbbs3/scfg/scfg.c scfg.h scfgmsg.c scfgsub.c scfgxfr2.c scfgxtrn.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Jan 17 2026 01:26 am https://gitlab.synchro.net/main/sbbs/-/commit/e6acb3269af58638b2f63d72 Modified Files: src/sbbs3/scfg/scfg.c scfg.h scfgmsg.c scfgsub.c scfgxfr2.c scfgxtrn.c Log Message: Eliminate import/export of SUBS.TXT - old/obsolete file format Usability improvements: use K_FIND to solve false "Save Changes" prompts when no actual config changes were made. Better detection and messages about trying to export to an existing directory (instead of a file) and if the file exists, what its path/name is and if/when there's an open error, the actual errno value. .