Subj : src/sbbs3/umonitor/umonitor.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sun Sep 24 2023 02:30 pm https://gitlab.synchro.net/main/sbbs/-/commit/53c3b03222d44d880240a06b Modified Files: src/sbbs3/umonitor/umonitor.c Log Message: Don't pass all command-line arguments to child programs Only the common/UIFC-type arguments should be passed-on. This fixes issue #646 It also appeared that the user editor spawning wouldn't work correctly when arguments were passed to umonitor (missing a space). .