mirror of
https://github.com/pikami/slstatus.git
synced 2026-05-16 10:07:03 +01:00
422cadfd5f
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.