https://gitlab.synchro.net/sbbs/sbbs/-/commit/e963fe7e2dc64abe4134b6e3
Modified Files:
exec/load/cnfdefs.js cnflib.js
Log Message:
Save/restore padding bytes in .cnf files (instead of writing 0's).
Some padding bytes are expected to be 0xff's (not 0x00's) when
unused by configuration properties.
Also, this insures that this library is compatible with future .cnf files
(i.e. it won't over-write new configuration properties with 0's).