Subj : src/sbbs3/scfg/scfgxfr2.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Tue Apr 30 2024 11:00 am https://gitlab.synchro.net/main/sbbs/-/commit/7d631507c714dab76fcb052c Modified Files: src/sbbs3/scfg/scfgxfr2.c Log Message: Fix issue in previous commit, caught by GCC warning, reported by Keyop lastchar() returns a char pointer, not a char. This fixes issue #751 .