From: Laslo Hunhold Date: Sat, 19 May 2018 17:33:04 +0000 (+0200) Subject: Implement esnprintf() and make formatted calls more efficient X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/422cadfd5ffd78ae1b8fdf15734e03bd0333b26e?ds=sidebyside;hp=422cadfd5ffd78ae1b8fdf15734e03bd0333b26e Implement esnprintf() and make formatted calls more efficient 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. ---