mirror of
https://github.com/curl/curl.git
synced 2026-08-05 03:56:12 +03:00
oops, variables first then code
This commit is contained in:
parent
a173e07eec
commit
444f6427b8
1 changed files with 1 additions and 1 deletions
|
|
@ -154,8 +154,8 @@ void Curl_infof(struct SessionHandle *data, const char *fmt, ...)
|
|||
void Curl_failf(struct SessionHandle *data, const char *fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
size_t len;
|
||||
va_start(ap, fmt);
|
||||
|
||||
vsnprintf(data->state.buffer, BUFSIZE, fmt, ap);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue