Another try to fix va_args problem.
modified libpkg/pkg_printf.c
@@ -2717,29 +2717,17 @@ process_format_trailer(struct sbuf *sbuf, struct percent_esc *p,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -3020,8 +3008,9 @@ struct sbuf *
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -3037,7 +3026,13 @@ 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 *,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|