• src/syncterm/fonts.c

    From Deucе@VERT to Git commit to main/sbbs/master on Sun Mar 15 14:09:13 2026
    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>

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