mirror of
https://github.com/gabime/spdlog.git
synced 2025-05-09 07:33:52 +00: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.