Skip to content
Snippets Groups Projects
Commit 4e2567ad authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Change STRERROR() to be just an alias for strerror() on all platforms

Its 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.
parent fca30919
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment