Subj : src/sbbs3/xtrn.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Fri Dec 08 2023 11:03 pm https://gitlab.synchro.net/main/sbbs/-/commit/90de66ac9910333dfdf76d98 Modified Files: src/sbbs3/xtrn.cpp Log Message: Move the startup directory checking to the "native" block of *nix build of sbbs_t::external() The startup directory for DOS doors might not be a valid Unix (case-sensitive) path, so let's just do that check in the native block here. Also, removed a bunch of redundant startup_dir ==/!= NULL checks. It can't be NULL here. .