Subj : src/sbbs3/writemsg.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Thu Feb 15 2024 07:24 pm https://gitlab.synchro.net/main/sbbs/-/commit/0dc20c1f9bf66ae376b0f22d Modified Files: src/sbbs3/writemsg.cpp Log Message: If the quotes.txt file doesn't exist with the right case, try any case (but prefer the proper/configured case, based on config in SCFG). Works around a problem where DDMsgReader always creates QUOTES.TXT (never quotes.txt), but SBBS tries to read in the file with the case it expects. This wouldn't be a problem on case-insensitive file systems (Windows). Resolves the writemsg.cpp error reported by Nelgin .