mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00

This fix uses the fmt::safe_strerror instead of the underlying strerror_r functionality. I think this is better - but I'm not sure if there is a reason for avoiding the use of this function.