• src/syncterm/fonts.c

    From Deuc¿@VERT to Git commit to main/sbbs/m on Sunday, March 15, 2026 14:09:00
    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