-
- Downloads
Re-use text.dat entry NoErrorLogExists for reporting DirectoryDoesNotExist and
changed FileNotThere text.dat entry to FileDoesNotExist which displays the file path. Now check if the directory exists before checking the available disk space before allowing file uploads and report the correct error (using DirectoryDoesNotExist) if the directory is missing (a common mistake). Overhaul viewfilecontents() - wow, I can't wait to re-write all of this moldy filebase code!
Showing
- src/sbbs3/execfunc.cpp 2 additions, 2 deletionssrc/sbbs3/execfunc.cpp
- src/sbbs3/listfile.cpp 2 additions, 2 deletionssrc/sbbs3/listfile.cpp
- src/sbbs3/text.h 3 additions, 3 deletionssrc/sbbs3/text.h
- src/sbbs3/tmp_xfer.cpp 17 additions, 3 deletionssrc/sbbs3/tmp_xfer.cpp
- src/sbbs3/upload.cpp 7 additions, 1 deletionsrc/sbbs3/upload.cpp
- src/sbbs3/viewfile.cpp 23 additions, 20 deletionssrc/sbbs3/viewfile.cpp
Loading
Please register or sign in to comment