Fixed typo introduced when reverting patch from revision 1.19
authorTim Potter <tpot@samba.org>
Mon, 5 May 2003 03:34:19 +0000 (03:34 +0000)
committerTim Potter <tpot@samba.org>
Mon, 5 May 2003 03:34:19 +0000 (03:34 +0000)
source/lib/snprintf.c

index 588e9cf6cb003667358a88c8b8960e305f9cb4f3..02cf782520b7943fca0b35281c223888058d2687 100644 (file)
@@ -820,7 +820,7 @@ static void dopr_outch(char *buffer, size_t *currlen, size_t maxlen, char c)
  * these should really be smb_snprintf to avoid conflicts with buggy
  * linkers? -- mbp
  */
-#if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_SNPRINTF)
+#if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_VSNPRINTF)
  int snprintf(char *str,size_t count,const char *fmt,...)
 {
        size_t ret;