BBS: TELESC.NET.BR Assunto: src/syncterm/fonts.c De: Deuc¨ Data: Sun, 15 Mar 2026 14:09:13 -0700 ----------------------------------------------------------- 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.6n --- mSynchronetn hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net ----------------------------------------------------------- [Voltar]