update comment

This commit is contained in:
Stas Degteff 2011-02-20 22:21:41 +00:00
parent 6e221f4c52
commit cccfeb5b1e

View File

@ -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;