• src/sbbs3/scfg/scfg.c scfg.h

    From rswindell@VERT to CVS commit on Fri Dec 2 07:44:55 2016
    src/sbbs3/scfg scfg.c 1.79 1.80 scfg.h 1.19 1.20
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv15756

    Modified Files:
    scfg.c scfg.h
    Log Message:
    Error messages logged with errormsg() now contain the name of the C/C++ function where the error is being reported from. So the WHERE macro now contains the __FUNCTION__ "macro" and the various js*.c files that use the WHERE macro to report errors had to be updated too.
    This fixes the SCFG build errors related to "errormsg"

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thu Aug 17 12:41:10 2017
    src/sbbs3/scfg scfg.c 1.81 1.82 scfg.h 1.20 1.21
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/home/rswindell/sbbs/src/sbbs3/scfg

    Modified Files:
    scfg.c scfg.h
    Log Message:
    Resolve warnings about errormsg() usage by synchronizing with sbbs.h

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert|cvs|bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Nov 11 00:38:59 2017
    src/sbbs3/scfg scfg.c 1.89 1.90 scfg.h 1.24 1.25
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv6715

    Modified Files:
    scfg.c scfg.h
    Log Message:
    NULL terminate the area_sort_desc[] list (again).

    ---
    þ 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 Wed Sep 6 16:18:45 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/3e8b6f28904cb7c307a1bbf4
    Modified Files:
    src/sbbs3/scfg/scfg.c scfg.h
    Log Message:
    Resolve new GCC warnings introduced with addition of new_item()

    Just make the list argument a void* and assign to a void** local
    var inside the function. No functional changes.

    Fixes issue #621
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net