• src/sbbs3/main.cpp sbbs.h

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Thu Jun 10 13:27:44 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/804226440230106bb3b9859d
    Modified Files:
    src/sbbs3/main.cpp sbbs.h
    Log Message:
    mv() simplified for the non-copy caseConstified function arguments. Source path
    is still case-insensitive, but destination is case-sensitive (hopefully that's not an issue).When a "move" (!copy) is requested, a rename() is always attempted first and if successful, job done. Otherwise, we continue on with the
    file-copy (and then remove).This should resolve CID 332219 (DEADCODE).
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (in GitKraken)@1:103/705 to Git commit to main/sbbs/master on Fri Feb 24 21:15:43 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b802e8326f0c676997a7bde9
    Modified Files:
    src/sbbs3/main.cpp sbbs.h
    Log Message:
    Initialize sbbs_t member variables in class definition instead of ctorRemove the (now) unnecessary explicit initializations (e.g. to zero, blank, etc.) from
    the sbbs_t constructor.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sun Feb 26 14:21:19 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/98949dd4a2521bd8d475421e
    Modified Files:
    src/sbbs3/main.cpp sbbs.h
    Log Message:
    GCC 4.8.5 can't initialize a class char-array member with = "" syntaxThis fixes
    issue #525Thanks to Nelgin for providing the test platform.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)