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
#endif
#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, ... )
{
va_list argptr;