Subj : src/sbbs3/file.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Sat Feb 11 2023 01:35 pm https://gitlab.synchro.net/main/sbbs/-/commit/0b2dc3d91bee9c4670ce5e0a Modified Files: src/sbbs3/file.cpp Log Message: Set destination directory in proper file_t instance in movefile() This fixes the issue (#515) that was introduced 9 months ago (after the v3.19b release) with commit b1449b273cec4d. Also: movefile() will now log an error message if addfile() fails. Fix the message logged when the file is successfully moved. .