• src/syncterm/fonts.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sunday, March 15, 2026 14:09:13
    https://gitlab.synchro.net/main/sbbs/-/commit/f40ca7f894338a6864c2ea93
    Modified Files:
    src/syncterm/fonts.c
    Log Message:
    Fix pointer decrement instead of value decrement in fonts.c

    "count--" decremented the int pointer itself instead of the pointed-to
    value when realloc failed. Changed to "(*count)--" to properly undo
    the preceding (*count)++ increment.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)