Subj : src/xpdev/genwrap.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jan 17 2021 18:30:46 https://gitlab.synchro.net/main/sbbs/-/commit/4e2567adfa6b7427eda3876c Modified Files: src/xpdev/genwrap.h Log Message: Change STRERROR() to be just an alias for strerror() on all platformsIts a terrible idea to modify the return value of strerror() on any platform. strerror() can (and often does) return immutable string constants - don't try to modify that string even if it does end in trailing white-space (find another solution to that). This change only affects non-*nix builds since we were already doing the right thing for *nix. --- SBBSecho 3.12-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .