| commit | 18443075fbc9f63d791815ffba20656bbe9f102e | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Tue Feb 08 21:03:36 2005 +0000 |
| committer | rsc <devnull@localhost> | Tue Feb 08 21:03:36 2005 +0000 |
| tree | 25ed263185f55444d49ac1298ca6b5baa5004b12 | |
| parent | c52410ac251198451c28ab1cab62af7262f021b3 [diff] |
cannot assign args
diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c index 937997d..1016ca9 100644 --- a/src/libhttpd/hio.c +++ b/src/libhttpd/hio.c
@@ -375,8 +375,7 @@ 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; }