Subj : src/sbbs3/js_global.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jan 10 2021 08:39 pm https://gitlab.synchro.net/main/sbbs/-/commit/292c4acccd7805e22af91d7e Modified Files: src/sbbs3/js_global.c Log Message: String processing functions return null (instead of "null") when passed null This was initially just done for lfexpand(), but then I realized there were a lot of these string processing functions that just checked for VOID (undefined) argumnet value, but not null. .