• src/syncterm/ooii.c

    From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Mon Jul 3 20:26:18 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a5fb9691e2fe0a1894e50cff
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Fix GCC warning: ‘fptr’ may be used uninitialized in this function

    This does look like a false positive to me: the if clauses that use fptr appear to only cover the same values as the switch-case statements. But harmless defensive change here.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Feb 11 14:19:07 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/fcc6e569e1e4584cbf424c73
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Since xp_play_sample() no longer takes a const buffer, we need to
    cast all the const buffers before passing them in and rely on
    runtime crashes to find bugs rather than compile-time errors.

    Thanks Microsoft. :D

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wed Oct 2 21:16:03 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/22c6fecbbe96d775ca2fc4a2
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Replace non-ASCII characters with \xXX escaped ones.

    Too many tools are gungo-ho over UTF-8 these days.

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