update comment
This commit is contained in:
parent
6e221f4c52
commit
cccfeb5b1e
@ -42,7 +42,7 @@
|
|||||||
# define HAVE__VSNPRINTF
|
# define HAVE__VSNPRINTF
|
||||||
#endif
|
#endif
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
/* It is need to fix implementation "speciality" in snprintf() and vsnprintf() from Microsoft. */
|
/* It is need a workaround for implementation "speciality" in snprintf() and vsnprintf() from Microsoft. */
|
||||||
int snprintf( char *buffer, size_t sizeOfBuffer, const char *format, ... )
|
int snprintf( char *buffer, size_t sizeOfBuffer, const char *format, ... )
|
||||||
{
|
{
|
||||||
va_list argptr;
|
va_list argptr;
|
||||||
|
Reference in New Issue
Block a user