• src/sbbs3/exec.cpp js_global.c js_system.c text_defaults.c upload.cpp

    From Rob Swindell (in GitKraken) to Git commit to main/sbbs/master on Saturday, February 11, 2023 22:38:15
    https://gitlab.synchro.net/main/sbbs/-/commit/ae44ab153629621ce41804a3
    Modified Files:
    src/sbbs3/exec.cpp js_global.c js_system.c text_defaults.c upload.cpp src/xpdev/dirwrap.c dirwrap.h
    Log Message:
    Support larger file systems (>4GB size/space) using uint64_t through-out

    getdirsize() is maxed out at size_t, so return that type