• src/sbbs3/scfgsave.c

    From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Sat Feb 11 17:27:03 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/03b1f169ca63ad0c3f602f8f
    Modified Files:
    src/sbbs3/scfgsave.c
    Log Message:
    Fix bug where file.ini min_dspace could be set to -1

    min_dspace is an *unsigned* short, so saving 65535 (the default) was converting the signed decimal representation when saving file.ini.
  • From Rob Swindell (on Windows 11) to Git commit to main/sbbs/master on Mon Nov 4 21:44:17 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/549e40b3978d645c4a903df1
    Modified Files:
    src/sbbs3/scfgsave.c
    Log Message:
    Use an .ini style that indents keys and puts blank line after the root section

    A few extra bytes really helps with human readability.
  • From Rob Swindell (on Debian Linux)@rob@synchro.net to Git commit to main/sbbs/master on Tue Jan 13 22:28:12 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f5291caf471a53692cb3d139
    Modified Files:
    src/sbbs3/scfgsave.c
    Log Message:
    Resolve GCC warning about signess mismatch in printf format