aboutsummaryrefslogtreecommitdiff
path: root/src/libhttpd
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-05-27 05:20:16 +0000
committerrsc <devnull@localhost>2006-05-27 05:20:16 +0000
commit07d6167626271b228d3391de788b7a6b1362dd15 (patch)
tree803b8691b0263691eaed40a11d1e9dbdc61226ee /src/libhttpd
parent8da12c958f49506e9d95d5cf5fb768ec021ab32a (diff)
downloadplan9port-07d6167626271b228d3391de788b7a6b1362dd15.tar.gz
plan9port-07d6167626271b228d3391de788b7a6b1362dd15.tar.bz2
plan9port-07d6167626271b228d3391de788b7a6b1362dd15.zip
and this one
Diffstat (limited to 'src/libhttpd')
-rw-r--r--src/libhttpd/hio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c
index b5339ede..b404cf4c 100644
--- a/src/libhttpd/hio.c
+++ b/src/libhttpd/hio.c
@@ -375,6 +375,7 @@ hvprint(Hio *h, char *fmt, va_list args)
f.flush = fmthflush;
f.farg = h;
f.nfmt = 0;
+ fmtlocaleinit(&f, nil, nil, nil);
n = fmtvprint(&f, fmt, args);
h->pos = f.to;
return n;