• src/uifc/filepick.c

    From rswindell@VERT to CVS commit on Mon Jan 14 14:07:00 2019
    src/uifc filepick.c 1.41 1.42
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/home/rswindell/sbbs/src/uifc

    Modified Files:
    filepick.c
    Log Message:
    Get rid of this file's local getdirname() in favor of the xpdev/dirwrap.c function of the same name. The dirwrap version (now) behaves identically
    when passed a pathname ending in a directory name (ending in a '/') but
    differs when passed a pathname ending in a file name (not ending in a '/'). That should be okay.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Dec 23 21:22:54 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/62552ccffad6e6c25cdc36c8
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Don't re-draw the current list (it will be redrawn in the switch statement)

    Fixes SyncTERM SF bug 93

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wed Mar 29 16:33:45 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c4770ca49e929c8f0b30e486
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Fix GCC 12.2 warning

    warning: `%s' directive writing up to 16384 bytes into a region of size
    between 1 and 16385 [-Wformat-overflow=]

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu May 25 19:05:17 2023
    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 Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tue Apr 23 00:25:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/68ac22afbc1d26fb84985e03
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Fix strlcpy() not defined warning in Windows build

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