plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 07d6167626271b228d3391de788b7a6b1362dd15
parent 8da12c958f49506e9d95d5cf5fb768ec021ab32a
Author: rsc <devnull@localhost>
Date:   Sat, 27 May 2006 05:20:16 +0000

and this one

Diffstat:
Msrc/libhttpd/hio.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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;