Subj : src/xpdev/ini_file.c ini_file.h To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Wed Feb 15 2023 11:38 pm https://gitlab.synchro.net/main/sbbs/-/commit/096fcddb227c690e274d6db9 Modified Files: src/xpdev/ini_file.c ini_file.h Log Message: Add iniGetClampedInt() to return an int key val clamped to a min/max range Very similar to iniGetIntInRange(), but the default value is only returned if the key or value is missing. .