• src/doors/syncdoom/m_config.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Fri Jul 17 02:57:08 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/a6f7bdc0a8fd1754f71e924e
    Modified Files:
    src/doors/syncdoom/m_config.c
    Log Message:
    syncdoom: stop writing hidden dotfiles into the user's -home dir

    GetDefaultConfigDir() returned a bare "." while every caller builds its
    path as M_StringJoin(configdir, name, NULL), supplying no separator of its
    own. The join produced ".default.cfg" and ".doomgenericdoom.cfg" -- files hidden from a plain ls, in a per-user directory the sysop is meant to be
    able to inspect. Return the dir with its trailing separator so the names
    come out right; DIR_SEPARATOR_S keeps that correct on Windows too.

    The other configdir consumers are unaffected: savegamedir gains a harmless double separator (savegames were already named correctly), and musicdir
    lives in i_sdlmusic.c, which neither build system compiles.

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