diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/snprintf.c b/plugins/snprintf.c index ef1d2543..3de2a96f 100644 --- a/plugins/snprintf.c +++ b/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; |