We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00ecbe commit d1094fdCopy full SHA for d1094fd
compat/snprintf.c
@@ -3,7 +3,8 @@
3
/*
4
* The size parameter specifies the available space, i.e. includes
5
* the trailing NUL byte; but Windows's vsnprintf expects the
6
- * number of characters to write without the trailing NUL.
+ * number of characters to write, and does not necessarily write the
7
+ * trailing NUL.
8
*/
9
#ifndef SNPRINTF_SIZE_CORR
10
#if defined(__MINGW32__) && defined(__GNUC__) && __GNUC__ < 4
0 commit comments