• src/doors/freevote/freevote.cpp

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Oct 11 01:09:34 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b113dcfdb88091a6df9457b6
    Modified Files:
    src/doors/freevote/freevote.cpp
    Log Message:
    Fix command-line parsing issues.

    Previously, the standard command-line parsing was not used, and it
    parsed the command-line using strnicmp() so -S4 (for security level
    four) prevented being able to parse -SOCKET 4 (for the socket
    descriptor), which made it impossible to use with TCP systems except
    door32.sys

    Mostly fixed (with a bit of weirdness left) and it now prints help
    with -H.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)