summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/snprintf.c b/plugins/snprintf.c
index ef1d254..3de2a96 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)
789 * these should really be smb_snprintf to avoid conflicts with buggy 789 * these should really be smb_snprintf to avoid conflicts with buggy
790 * linkers? -- mbp 790 * linkers? -- mbp
791 */ 791 */
792#if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_SNPRINTF) 792#if !defined(HAVE_SNPRINTF) /* || !defined(HAVE_C99_SNPRINTF) */
793 int snprintf(char *str,size_t count,const char *fmt,...) 793 int snprintf(char *str,size_t count,const char *fmt,...)
794{ 794{
795 size_t ret; 795 size_t ret;