Typos in last patch

This commit is contained in:
Aris Adamantiadis
2010-05-14 12:49:24 +02:00
parent abc61fa1cc
commit 0b09bd900f
2 changed files with 5 additions and 3 deletions

View File

@@ -65,11 +65,13 @@
#ifndef HAVE_VSNPRINTF
#ifdef HAVE__VSNPRINTF_S
#define vsnprintf(s, n, f, v) _vsnprintf_s((s), (n), _TRUNCATE, (f), (v))
#elif HAVE__VSNPRINTF
#else
#ifdef HAVE__VSNPRINTF
#define vsnprintf _vsnprintf
#else /* HAVE_VSNPRINTF */
#error "No vsnprintf compatible function found"
#endif
#endif /* HAVE__VSNPRINTF */
#endif /* HAVE__VSNPRINTF_S */
#endif /* HAVE_VSNPRINTF */
#ifndef HAVE_STRNCPY