diff options
author | rsc <devnull@localhost> | 2006-05-27 05:20:16 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-05-27 05:20:16 +0000 |
commit | 07d6167626271b228d3391de788b7a6b1362dd15 (patch) | |
tree | 803b8691b0263691eaed40a11d1e9dbdc61226ee /src/libhttpd | |
parent | 8da12c958f49506e9d95d5cf5fb768ec021ab32a (diff) | |
download | plan9port-07d6167626271b228d3391de788b7a6b1362dd15.tar.gz plan9port-07d6167626271b228d3391de788b7a6b1362dd15.tar.bz2 plan9port-07d6167626271b228d3391de788b7a6b1362dd15.zip |
and this one
Diffstat (limited to 'src/libhttpd')
-rw-r--r-- | src/libhttpd/hio.c | 1 |
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; |