• src/sbbs3/textgen.c

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Thu Feb 15 21:37:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b0566fc0882e9e18111c7837
    Modified Files:
    src/sbbs3/textgen.c
    Log Message:
    Don't #include sbbs.h since that includes text.h, which is generated by this

    Which means that every time textgen was built, it was immediately out of
    date (and requiring a rebuild).
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 3 13:08:44 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/cae9c555e4aaf4f87a1e658c
    Modified Files:
    src/sbbs3/textgen.c
    Log Message:
    Fix off-by-one in load/text.js TOTAL_TEXT value

    i is incremented after reading the last entry, making this value
    incorrect.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)