Fix va_args usage in pkg_printf.
modified libpkg/pkg_printf.c
@@ -2718,7 +2718,7 @@ process_format_trailer(struct sbuf *sbuf, struct percent_esc *p,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2728,7 +2728,7 @@ process_format_main(struct sbuf *sbuf, struct percent_esc *p, const char *f,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3037,7 +3037,7 @@ pkg_sbuf_vprintf(struct sbuf * restrict sbuf, const char * restrict format,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg_printf.h
@@ -259,7 +259,7 @@ _static const char *process_format_trailer(struct sbuf *, struct percent_esc *,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|