summaryrefslogtreecommitdiff
path: root/strings/apr_snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/apr_snprintf.c')
-rw-r--r--strings/apr_snprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/apr_snprintf.c b/strings/apr_snprintf.c
index dbf8a473a..cab365936 100644
--- a/strings/apr_snprintf.c
+++ b/strings/apr_snprintf.c
@@ -1218,6 +1218,7 @@ APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *),
s = "bogus %p";
s_len = 8;
prefix_char = NUL;
+ (void)va_arg(ap, void *); /* skip the bogus argument on the stack */
break;
}
break;