Xinqi Bao's Git

Implement esnprintf() and make formatted calls more efficient
authorLaslo Hunhold <[email protected]>
Sat, 19 May 2018 17:33:04 +0000 (19:33 +0200)
committerAaron Marcher <[email protected]>
Sat, 19 May 2018 17:44:02 +0000 (19:44 +0200)
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.


No differences found