Subj : src/xpdev/dirwrap.c dirwrap.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Wed Jan 14 2026 03:28 pm https://gitlab.synchro.net/main/sbbs/-/commit/67381105b1dd796bc1b24a0e Modified Files: src/xpdev/dirwrap.c dirwrap.h Log Message: Fix getdircase() for trailing slash It would previously always fail if passed a path ending in a / or \ (including a root directory). Now, it always appends a trailing slash to the case-corrected path whether it was initially included or not. Tested on both Linux and Windows to provide consistent results between them. .