• src/conio/ciolib.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/23f732bda65a06125b02a18c
    Modified Files:
    src/conio/ciolib.c
    Log Message:
    Fix ciolib_getscaling_type() calling wrong function pointer

    Was checking/calling cio_api.getscaling (returns double) instead of cio_api.getscaling_type (returns enum ciolib_scaling). The truncated
    double happened to return CIOLIB_SCALING_EXTERNAL for typical scale
    factors >=1.0, masking the bug in practice.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Fri Mar 20 01:29:22 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/b300e4109fb5a7df4420199b
    Modified Files:
    src/conio/ciolib.c
    Log Message:
    Remove unused variable.

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