Explorar o código

HAVE_C99_SNPRINTF is not tested, so remove from ifdef

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@177 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop %!s(int64=23) %!d(string=hai) anos
pai
achega
d3af657e46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/snprintf.c

+ 1 - 1
plugins/snprintf.c

@@ -789,7 +789,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_SNPRINTF) */
  int snprintf(char *str,size_t count,const char *fmt,...)
 {
 	size_t ret;