Subj : src/xpdev/ini_file.c ini_file.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Dec 29 2022 02:16 pm https://gitlab.synchro.net/main/sbbs/-/commit/165a81a4606d61cc028f2c86 Modified Files: src/xpdev/ini_file.c ini_file.h Log Message: Add iniGetIntInRange() for range-enforced integer values If you're going to use a read key value as say, an index into fixed-length array, then you better be sure it's within an expected range. .