Subj : src/sbbs3/js_file.c To : Git commit to sbbs/master From : Rob Swindell Date : Fri Nov 13 2020 13:55:10 https://gitlab.synchro.net/sbbs/sbbs/-/commit/1af02470226933aa5f04a0f7 Modified Files: src/sbbs3/js_file.c Log Message: JS File.iniGetObject() and .iniGetAllObjects() now support blank stringsIf an .ini file is read by either the iniGetObject() or iniGetAllObjects() methods and contains a key with a blank value, that property would be created with an "undefined" value.Both the iniGetObject() and iniGetAllObjects() methods now accept an additional Boolean argument (which defaults to false), to specify that "blanks" are acceptable. When the "blanks" argument is true, then keys with empty values in the .ini file are created as properties with empty string values (length of 0).This is going to be useful for modopts.js to read potentially-blank strings from modopts.ini and differentiate between a blank string key and a missing key. --- SBBSecho 3.11-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .