tand this one - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 07d6167626271b228d3391de788b7a6b1362dd15 | |
parent 8da12c958f49506e9d95d5cf5fb768ec021ab32a | |
Author: rsc | |
Date: Sat, 27 May 2006 05:20:16 +0000 and this one Diffstat: M src/libhttpd/hio.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- | |
diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c | |
t@@ -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; |