Subj : src/sbbs3/email.cpp netmail.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Mon Mar 04 2024 06:23 pm https://gitlab.synchro.net/main/sbbs/-/commit/0fcb0fe1487728b0487077a4 Modified Files: src/sbbs3/email.cpp netmail.cpp Log Message: FileAlreadyThere is used as a printf-format elsewehre, do the same here The stock text.dat FileAlreadyOnline string doesn't actually contain a '%s', but if it did, it would've worked as intended in some cases, and broken badly in others. Now fixed for if/when we do actually include the filenaeme (%s) in that string. .