Files
git/compat
Johannes Sixt f32edf6b14 snprintf replacement: Make sure the result is NUL terminated.
On Windows, if the resulting string fits exactly in the provided buffer,
but not the terminating NUL, then the return value of the system's
vsnprintf is the number of characters written. But since we had reserved
an extra byte anyway, we only need to make sure that the result is
NUL terminated.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
2008-04-03 09:47:38 +02:00
..
2007-01-19 16:24:48 +01:00
2007-09-06 22:46:00 -07:00
2007-06-07 00:04:01 -07:00
2007-11-21 07:34:44 +01:00
2007-03-01 22:09:05 +01:00