• src/uifc/uifcx.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tue Feb 14 23:07:07 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/3cc370b33a3537c1d21add2d
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Create a (very simple) showbuf() implementation for the stdio uifc

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tue Feb 14 23:38:53 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/aa33f300fba7019efbbf5de9
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    showbuf() definition needs a name for the first arg for MSVC

    ... but not for GCC or Clang interestingly enough.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sat Mar 25 18:46:50 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/5a8e1dfd9e1dbd38e637fc74
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Make ulist() tolerant of NULL 'cur' parameter value and 'title'

    Running 'scfg -id -w' would crash due to NULL pointer dereference and display prompts with a "[(null)]" title. Fixed.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sun Mar 26 12:57:50 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/4ed077e4ff59ea7008716a86
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    0-init local variable, fixes CID 451057

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sun Jun 11 14:33:40 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/999c097c49ba2b102a3a41ee
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Fix GCC warning: ignoring return value of `vasprintf'

    ... declared with attribute `warn_unused_result'

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