• exec/addfiles.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Nov 3 05:17:31 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/774127e34c43e620e3779ca5
    Modified Files:
    exec/addfiles.js
    Log Message:
    Use a different variable name (libname) to not clobber the lib variable

    Fix to Nelgin's reported error:
    line 199: TypeError: lib.parse is not a function
    --- SBBSecho 3.21-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Nov 3 05:20:21 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/d9c5f963f0575eb9ebcbc9e3
    Modified Files:
    exec/addfiles.js
    Log Message:
    Use var keyword for good form (no functional change)
    --- SBBSecho 3.21-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Nov 3 17:12:01 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8cf795161023f810ae1066f2
    Modified Files:
    exec/addfiles.js
    Log Message:
    Actually, const is better for libs, prevent overwriting (mostly)

    If this were const to begin with, would have caught the previously
    fixed bug with the -lib option clobbering it.
    --- SBBSecho 3.21-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)