• src/sbbs3/textgen.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thursday, February 15, 2024 21:37:00
    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).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, March 03, 2025 13:08:44
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net