mirror of
https://github.com/pikami/slstatus.git
synced 2025-02-25 13:36:51 +00:00
Within the components, snprintf() was unchecked and had inefficient calls in some places. We implement esnprintf() that does all the dirty laundry for us and use it exclusively now.