Subj : src/sbbs3/file.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Mon Apr 26 2021 10:34 pm https://gitlab.synchro.net/main/sbbs/-/commit/73517eeebd142f73ee76b7eb Modified Files: src/sbbs3/file.cpp Log Message: Fix error when moving files e.g. file.cpp line 239 (removefile) removing "filename.zip" access=-203 info=smb_freemsgdat reading allocation record at offset 1108 Also, if there is an error removing the original file from the filebase, don't proceed to move the actual file (and log a successful move). .