mirror of
https://github.com/gabime/spdlog.git
synced 2026-01-02 09:57:55 +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.