• src/uifc/filepick.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, May 25, 2023 19:05:17
    https://gitlab.synchro.net/main/sbbs/-/commit/e5e1506db61831fa3f9e0de2
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Fix build issue introduced with SCRN_LEFT redefinition in uifc.h

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, March 19, 2026 14:38:35
    https://gitlab.synchro.net/main/sbbs/-/commit/5069b685597827cf411140e9
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Fix blank drive list in file picker on Windows (ticket 227)

    getdirname() on drive root paths like "A:\" returns "" because it
    looks past the last backslash. At the drive selection level (\\?\),
    use the full path directly so drives display as "A:\", "C:\", etc.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

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