From 18443075fbc9f63d791815ffba20656bbe9f102e Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 8 Feb 2005 21:03:36 +0000 Subject: cannot assign args --- src/libhttpd/hio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libhttpd') diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c index 937997d0..1016ca91 100644 --- a/src/libhttpd/hio.c +++ b/src/libhttpd/hio.c @@ -375,8 +375,7 @@ hvprint(Hio *h, char *fmt, va_list args) f.flush = fmthflush; f.farg = h; f.nfmt = 0; - f.args = args; - n = dofmt(&f, fmt); + n = fmtvprint(&f, fmt, args); h->pos = f.to; return n; } -- cgit v1.2.3