Use the available vsnprintf replacement instead of rolling our own.
commitc9df829f07533c26c41c2faebc0465a788b08aef
authorJohannes Sixt <johannes.sixt@telecom.at>
Thu, 13 Mar 2008 12:18:45 +0000 (13 13:18 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Thu, 13 Mar 2008 12:29:50 +0000 (13 13:29 +0100)
tree083eea021994e4bcdcc2dc2b8d325bda25aefcbd
parentd0e8078ae5fe00e29df772050a2c62fa5845e286
Use the available vsnprintf replacement instead of rolling our own.

But we still have to cater for the strangeness that on Windows the size
parameter is the number of characters to write, not the size of the buffer.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Makefile
compat/mingw.c
compat/mingw.h
compat/snprintf.c