mirror of
https://github.com/curl/curl.git
synced 2026-08-05 19:26:13 +03:00
remove duplicate va_start() call
This commit is contained in:
parent
8733e087d7
commit
c0f3e32447
1 changed files with 0 additions and 1 deletions
|
|
@ -576,7 +576,6 @@ static void warnf(struct Configurable *config, const char *fmt, ...)
|
|||
char *ptr;
|
||||
char print_buffer[256];
|
||||
|
||||
va_start(ap, fmt);
|
||||
va_start(ap, fmt);
|
||||
len = vsnprintf(print_buffer, sizeof(print_buffer), fmt, ap);
|
||||
va_end(ap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue