Subj : src/sbbs3/data_ovl.cpp sbbs.h useredit.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sun Nov 03 2024 07:33 pm https://gitlab.synchro.net/main/sbbs/-/commit/af421d0dc7efa3bf0c0a79a6 Modified Files: src/sbbs3/data_ovl.cpp sbbs.h useredit.cpp Log Message: Move putuserdat() wrapper to data_ovl.cpp where the other userdat wrappers are And have it return bool, like the others. The error logging is different (not using errormsg), but I think that's okay. .