mirror of
https://github.com/gabime/spdlog
synced 2026-06-08 14:19:56 +00:00
aa9012fa07
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.