Elemental-IRCd / elemental-ircd

Continuation of ShadowIRCD to meet people's needs
GNU General Public License v2.0
41 stars 19 forks source link

bandb: remove sprintf implementation #93

Closed Xe closed 9 years ago

Xe commented 9 years ago

There is literally no reason it needs its own sprintf implementation. If the system sprintf is not sufficient for your needs, use a different system.

closes #91