From 444f6427b8d561281498c3f782857a5818ad51c6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Dec 2004 14:33:37 +0000 Subject: oops, variables first then code --- lib/sendf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sendf.c b/lib/sendf.c index 91671b95e..4094c3239 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -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); -- cgit v1.2.3