Subj : src/sbbs3/str_util.c str_util.h xtrn.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Thu Feb 12 2026 12:05 am https://gitlab.synchro.net/main/sbbs/-/commit/5159b54df2e5202c4fe790f1 Modified Files: src/sbbs3/str_util.c str_util.h xtrn.cpp Log Message: Change named int's to named long's in replace_named_values() This is in prep for the next commit. This also adds an apparently-missing NULL terminator to the 2 named_int/long lists defined in DOSEMU part of external() for Linux. .